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
The file extension .xlt gets created when
When you press Shift + Space bar
Which of the following can be a valid column name?
When you press Alt + V + Z + 2, the worksheet view zooms to ____ %
The quickest way of creating a chart (graph) in excel is by choosing a data range and pressing
When you press Ctrl + Shift+ 1
The TRUNCATE command writes user data to Rollback segments
To produce a meaningful result set without any cartesian products, what is the minimum number of conditions that should appear in the WHERE clause of a that joins 'N' tables?