Exam 3: Structured Query Language

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The SQL command used to add new data to a table is ________.

(Short Answer)
4.7/5
(35)

One way to specify all of the columns of a table is to use the special character * after the SQL keyword ________.

(Short Answer)
4.7/5
(43)

Which SQL keyword is used to specify a condition that rows must meet to be included in the results of an SQL SELECT query?

(Multiple Choice)
5.0/5
(39)

Microsoft Access SQL allows table structures to be modified by using the standard SQL ________ command.

(Short Answer)
4.7/5
(38)

Which type of join,although not included in standard SQL,was created to allow unmatched rows to appear in the result of a join operation?

(Multiple Choice)
4.8/5
(35)

Conditions after the WHERE keyword require single quotes around the values for columns that have which data type?

(Multiple Choice)
4.9/5
(41)

In SQL,the IS NULL keyword can be used to select on records containing NULL values in a particular column.

(True/False)
4.7/5
(36)

Which of the following is not a standard data type used in SQL?

(Multiple Choice)
4.8/5
(32)

Distinguish between the HAVING clause and the WHERE clause.

(Essay)
4.8/5
(39)

For a column to be defined as the primary key using table constraints,the column must have been given the property NULL.

(True/False)
4.9/5
(31)

To force the DBMS to remove duplicate rows from the results of an SQL SELECT query,the keyword DISTINCT must be used.

(True/False)
4.8/5
(37)

The values of existing data can be removed from a table using the SQL ________ command,which can even be used to remove all the data in the table at one time.

(Short Answer)
4.9/5
(28)

Which symbol is used in standard SQL as a wildcard to represent a single,unspecified character?

(Multiple Choice)
5.0/5
(39)

Explain why it is important to learn SQL.

(Essay)
4.9/5
(37)

In Microsoft Access,standard SQL table creation syntax items not supported by Access SQL can generally be implemented by:

(Multiple Choice)
4.9/5
(39)

Data is added to a table using the SQL INSERT command.

(True/False)
4.8/5
(30)

Explain how to run an SQL query in Microsoft Access.

(Essay)
4.8/5
(32)

Standard SQL does not allow built-in functions to be used in a WHERE clause.

(True/False)
4.8/5
(33)

In SQL,the order of the rows that result from a SELECT statement can be set using the SORT BY phrase.

(True/False)
4.8/5
(24)

Which of the following standard SQL data types is not supported in Microsoft Access SQL?

(Multiple Choice)
4.8/5
(32)
Showing 61 - 80 of 96
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)