Exam 7: Introduction to Structured Query Language SQL

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

The special operator used to check whether an attribute value is within a range of values is .

(Multiple Choice)
4.9/5
(28)

An example of a command a user would use when making changes to a PRODUCT table is .

(Multiple Choice)
4.9/5
(37)

The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME,V_AREACODE,V_PHONE,and V_CONTACT fields from the VENDOR table where the values of V_CODE match is .

(Multiple Choice)
4.9/5
(32)

A(n)is a query that is embedded inside another query.

(Multiple Choice)
4.8/5
(34)

The command would be used to delete the table row where the P_CODE is 'BRT-345'.

(Multiple Choice)
4.9/5
(34)

The command is used to restore the database to its previous condition.

(Multiple Choice)
4.8/5
(37)

Mathematical operators cannot be used to place restrictions on character-based attributes.

(True/False)
4.8/5
(34)

When joining three or more tables,you need to specify a join condition for one pair of tables.

(True/False)
4.9/5
(32)

The special operator used to check whether an attribute value matches a given string pattern is .

(Multiple Choice)
4.8/5
(30)

ANSI-standard SQL allows the use of special operators in conjunction with the WHERE clause.

(True/False)
4.9/5
(40)

Only numeric data types can be added and subtracted in SQL.

(True/False)
4.8/5
(29)

The constraint assigns a value to an attribute when a new row is added to a table.

(Multiple Choice)
4.8/5
(30)

A(n)is an alternate name given to a column or table in any SQL statement.

(Multiple Choice)
4.7/5
(31)

Some RDBMSs,such as Microsoft Access,automatically make the necessary conversions to eliminate case sensitivity.

(True/False)
4.8/5
(32)

The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME,V_AREACODE,V_PHONE and V_CONTACT fields from the VENDOR table,where the values of V_CODE match and the output is ordered by the price is .

(Multiple Choice)
4.9/5
(36)

A(n)is performed when data are retrieved from more than one table at a time.

(Short Answer)
4.9/5
(40)

The command,coupled with appropriate search conditions,is an incredibly powerful tool that enables a user to transform data into information.

(Short Answer)
4.9/5
(31)

A table can be deleted from the database by using the command.

(Multiple Choice)
4.8/5
(32)

A(n)character is a symbol that can be used as a general substitute for other characters or commands.

(Short Answer)
4.8/5
(40)

According to the rules of precedence,which of the following computations should be completed first?

(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 92
close modal

Filters

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