Vidyalelo
Database · all questions

Introduction to SQL
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

69

Questions

2/4

Page

Pick an option on a question to see the right answer and solution.

Which of the following do you need to consider when you make a table in SQL?

Select an option to see the answer and solution.

SQL query and modification commands make up a(n) ________ .

Select an option to see the answer and solution.

When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):

Select an option to see the answer and solution.

The Microsoft Access wildcards are ____ and ____ .

Select an option to see the answer and solution.

Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';

Select an option to see the answer and solution.

Which one of the following sorts rows in SQL?

Select an option to see the answer and solution.

To sort the results of a query use:

Select an option to see the answer and solution.

To define what columns should be displayed in an SQL SELECT statement:

Select an option to see the answer and solution.

SQL can be used to:

Select an option to see the answer and solution.

The SQL statement that queries or reads data from a table is ________ .

Select an option to see the answer and solution.

The SQL keyword BETWEEN is used:

Select an option to see the answer and solution.

A subquery in an SQL SELECT statement:

Select an option to see the answer and solution.

________ was adopted as a national standard by ANSI in 1992.

Select an option to see the answer and solution.

SQL is:

Select an option to see the answer and solution.

The condition in a WHERE clause can refer to only one value.

Select an option to see the answer and solution.

The ADD command is used to enter one row of data or to add multiple rows as a result of a query.

Select an option to see the answer and solution.

SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries using the SQL built-in functions.

Select an option to see the answer and solution.

The SELECT command, with its various clauses, allows users to query the data contained in the tables and ask many different questions or ad hoc queries.

Select an option to see the answer and solution.

A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.

Select an option to see the answer and solution.

The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.

Select an option to see the answer and solution.