Exam 3: Structured Query Language

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

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

Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance) write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.

(Essay)
5.0/5
(33)

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

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

(True/False)
4.9/5
(24)

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

(True/False)
4.9/5
(35)

Which of the following data types used in SQL would define a fixed-length text field of 10 characters?

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

In Microsoft Access,tables are added to a Query window by:

(Multiple Choice)
4.8/5
(28)

Microsoft Access SQL commands are run in:

(Multiple Choice)
4.8/5
(35)

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

(Multiple Choice)
4.7/5
(36)

In Microsoft Access,default values must be set as a field property while the table is in Design View.

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.8/5
(28)

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

(True/False)
4.9/5
(36)

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

(True/False)
5.0/5
(34)

Existing tables in a database can be structurally modified by using the SQL ________ command.

(Short Answer)
4.8/5
(43)

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

Which of the following is the correct SQL clause to restrict the results of a SELECT query to only records that have a value in the range of 10 to 50 in the Hours column?

(Multiple Choice)
4.7/5
(31)

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

(True/False)
4.8/5
(26)

Using standard SQL,unmatched rows will not appear in the result of a join.

(True/False)
4.9/5
(28)

Using SQL commands,multiple tables can be queried using either subqueries or ________.

(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 96
close modal

Filters

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