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 does the HAVING clause do?
What is an index?
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 quickest way of creating a chart (graph) in excel is by choosing a data range and pressing
When you press Ctrl + Shift+ 1
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?
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?