Exam 3: Structured Query Language

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

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)
4.8/5
(32)

The TOP built-in function in SQL is used to find the maximum value in a numeric column.

(True/False)
4.8/5
(38)

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

(Short Answer)
4.7/5
(38)

Referential integrity constraints using the ON DELETE NO ACTION phrase may be explicitly stated when the table is created using the CREATE TABLE statement.

(True/False)
4.9/5
(41)

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

(Multiple Choice)
4.8/5
(31)

To open a new Microsoft Access Query window ________.

(Multiple Choice)
4.8/5
(35)

In SQL,multiple conditions in the WHERE clause can be combined by using the SQL AND keyword.

(True/False)
4.9/5
(32)

A subquery is appropriate only if the final result contains only data from a single table.

(True/False)
4.8/5
(40)

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

(Multiple Choice)
4.7/5
(33)

Referential integrity constraints can be created using the ON DELETE phrase when the table is created using the CREATE TABLE statement.

(True/False)
4.8/5
(35)

Conditions in an SQL INSERT command and after the SQL ________ keyword require single quotes around values for Char and VarChar columns,but not around values for Integer and Numeric columns.

(Short Answer)
4.8/5
(30)

Data from a maximum of three tables can be combined through the use of subqueries in SQL.

(True/False)
4.9/5
(33)

SQL was developed by ________ in the late 1970s.

(Short Answer)
4.8/5
(39)

Microsoft Access SQL supports and will correctly implement the numeric data type with (m,n)notation.

(True/False)
4.8/5
(26)

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
(39)

Which SQL keyword is used to eliminate duplicate rows in the results of an SQL SELECT query?

(Multiple Choice)
5.0/5
(32)

Given the table CUSTOMER(CustID,Name,PhoneNum,AcctBalance) What is the standard SQL query phrase to retrieve data for customers with an account balance greater than 50?

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(26)

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

(Short Answer)
4.9/5
(24)

When using SQL to create a table,a column is defined by declaring,in this order: data type,column name,and optional constraints.

(True/False)
4.7/5
(36)
Showing 41 - 60 of 97
close modal

Filters

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