Advertisement
Advertisement
11th Grade SQL & Querying Quizzes, Questions & Answers
Recent SQL & Querying Quizzes
Questions: 7 | Attempts: 590 | Last updated: Mar 20, 2025
-
Sample QuestionTo make a PARAMETER mandatory, we use the OBLIGATORY option
Questions: 16 | Attempts: 263 | Last updated: Mar 22, 2025
-
Sample QuestionWhich table name is valid?
Questions: 10 | Attempts: 911 | Last updated: Mar 21, 2025
-
Sample QuestionWhat relationship most suitable for the table that includes secret and privacy data?
Questions: 25 | Attempts: 8381 | Last updated: Jun 22, 2025
-
Sample QuestionAssuming UserProfile is a table containing a column Proession that accepts a NULL value. What is the result of the query below? SET ANSI_NULLS OFF SELECT Profession FROM UserProfile WHERE (Profession <> NULL).
Questions: 30 | Attempts: 1848 | Last updated: Mar 22, 2025
-
Sample QuestionThe primary - foreign key relations are used to
Questions: 27 | Attempts: 400 | Last updated: Sep 6, 2025
-
Sample Question"Consider the following statement: Select title_id, price, type from titles where price > dbo.AverageBookPrice('comp_science') What kind of a User Defined Function is used in the above statement?"
Questions: 25 | Attempts: 204 | Last updated: Mar 19, 2025
-
Sample QuestionSQL < select name ,sal from Emp where name like m%;
Questions: 25 | Attempts: 621 | Last updated: Mar 20, 2025
-
Sample QuestionSQL < select name ,sal from Emp where name like m%;
Questions: 20 | Attempts: 142 | Last updated: Aug 7, 2025
-
Sample QuestionYou can add a row using SQL in a database with which of the following?
Questions: 18 | Attempts: 280 | Last updated: Mar 21, 2025
-
Sample QuestionWith SQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?
Advertisement