databases Online Quiz - 228
Description: databases Online Quiz - 228 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
We refer to a join as a self-join when…
What is the correct order of the ">" and the "=" operators, when we want to specify greater or equal search condition?
What does the HAVING clause do?
What does follow after the SQL SELECT clause?
What is an index?
What is a view?
How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table
how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"
how do you select all the records from a table named "Persons" where the "FirstName" is "Peter" and the "LastName" is "Jackson"
how can you return all the records from a table named "Persons" sorted descending by "FirstName"
Which SQL statement is used to return only different values
When you press Shift + Space bar
Which of the following can be a valid column name?
When you press Ctrl + Shift+ 1