Exam 3: Structured Query Language

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

Microsoft Access SQL commands are run in the ________ of a Query window.

(Short Answer)
4.8/5
(32)

An SQL data type of ________ would indicate a variable-length character string with maximum length 75.

(Short Answer)
4.8/5
(38)

Which of the following SQL commands would be used to remove only the data from a table named STUDENT while leaving the table structure intact?

(Multiple Choice)
5.0/5
(41)

In SQL,the LIKE keyword can be used to select on partial values.

(True/False)
4.9/5
(35)

In SQL,the WHERE clause is used to specify which columns will be included in the result.

(True/False)
4.9/5
(39)

The values of existing data can be modified using the SQL ________ command,which can be used to change several column values at once.

(Short Answer)
4.9/5
(24)

When using SQL to create a table,specifying a data type of Char(10)indicates a fixed length field of 10 characters.

(True/False)
4.8/5
(23)

Table and relationship properties not supported by Microsoft Access SQL can usually be set ________ in the appropriate window or dialog box.

(Short Answer)
4.7/5
(31)

Given the table CUSTOMER(CustID,Name,PhoneNum,AcctBalance) What is the standard SQL query phrase to retrieve the Name and Phone Number of customers?

(Multiple Choice)
4.9/5
(32)

Microsoft Access can run QBE queries,but not SQL queries.

(True/False)
4.8/5
(31)

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

(True/False)
4.9/5
(33)

Values of existing data can be changed using SQL through the CHANGE command.

(True/False)
4.8/5
(29)

Which of the following is not true about primary keys?

(Multiple Choice)
5.0/5
(42)

Which of the following SQL commands would be used to remove both the data and the table structure of a table named STUDENT?

(Multiple Choice)
4.7/5
(40)

Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance) write the standard SQL query to retrieve the Name and Phone Number of customers whose name begins with 'S'.

(Essay)
5.0/5
(41)

Which of the following cannot be done using the CONSTRAINT phrase?

(Multiple Choice)
4.8/5
(26)

Which of the following data types used in SQL would define a numeric field of the pattern 99.99?

(Multiple Choice)
4.8/5
(32)

The result for SELECT statements in SQL is a relation unless the result is a single number.

(True/False)
4.9/5
(39)

Microsoft Access SQL commands are run in:

(Multiple Choice)
4.9/5
(36)

Microsoft Access SQL commands are run within the SQL View of a Query window.

(True/False)
4.7/5
(29)
Showing 41 - 60 of 96
close modal

Filters

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