Which of the following do you need to consider when you make a table in SQL?
Which of the following do you need to consider when you make a table in SQL?
To define what columns should be displayed in an SQL SELECT statement:
To define what columns should be displayed in an SQL SELECT statement:
The wildcard in a WHERE clause is useful when?
The wildcard in a WHERE clause is useful when?
Which of the following is valid SQL for an Index?
Which of the following is valid SQL for an Index?
The benefits of a standard relational language include which of the following?
The benefits of a standard relational language include which of the following?
The SQL -92 wildcards are ____ and ____ .
The SQL -92 wildcards are ____ and ____ .
Which of the following is the correct order of keywords for SQL SELECT statements?
Which of the following is the correct order of keywords for SQL SELECT statements?
The result of a SQL SELECT statement is a(n) ________ .
The result of a SQL SELECT statement is a(n) ________ .
________ was adopted as a national standard by ANSI in 1992.
________ was adopted as a national standard by ANSI in 1992.
Find the SQL statement below that is equal to the following:
Find the SQL statement below that is equal to the following:
The SQL keyword(s) ________ is used with wildcards.
The SQL keyword(s) ________ is used with wildcards.
A subquery in an SQL SELECT statement:
A subquery in an SQL SELECT statement:
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
The SQL keyword BETWEEN is used:
The SQL keyword BETWEEN is used:
To sort the results of a query use:
To sort the results of a query use:
The SQL WHERE clause:
The SQL WHERE clause:
A subquery in an SQL SELECT statement is enclosed in:
A subquery in an SQL SELECT statement is enclosed in:
SQL can be used to:
SQL can be used to:
ON UPDATE CASCADE ensures which of the following?
ON UPDATE CASCADE ensures which of the following?
SQL query and modification commands make up a(n) ________ .
SQL query and modification commands make up a(n) ________ .
@@The HAVING clause does which of the following?
@@The HAVING clause does which of the following?
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included
The command to eliminate a table from a database is:
The command to eliminate a table from a database is:
The Microsoft Access wildcards are ____ and ____ .
The Microsoft Access wildcards are ____ and ____ .
Which of the following are the five built-in functions provided by SQL?
Which of the following are the five built-in functions provided by SQL?
-
-
-
-
The command to remove rows from a table 'CUSTOMER' is:
The command to remove rows from a table 'CUSTOMER' is:
Which of the following is the original purpose of SQL?
Which of the following is the original purpose of SQL?
You can add a row using SQL in a database with which of the following?
You can add a row using SQL in a database with which of the following?
The SQL statement that queries or reads data from a table is ________ .
The SQL statement that queries or reads data from a table is ________ .