Exam 5: Beginning Structured Query Language Sql

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

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

(Short Answer)
4.9/5
(40)

The conditional LIKE must be used in conjunction with wildcard characters.

(True/False)
4.8/5
(43)

If you have not yet used the COMMIT command to store the changes permanently in the database, you can restore the database to its previous condition with the ROLLBACK command.

(True/False)
4.9/5
(31)

Date procedures are often more software-specific than other SQL procedures.

(True/False)
4.9/5
(37)

The query used to list the P_CODE, P_DESCRIPT, P_INDATE, and P_PRICE fields from the PRODUCT table in ascending order by P_PRICE is ____.

(Multiple Choice)
4.8/5
(44)

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

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.9/5
(35)

Although SQL commands can be grouped together on a single line, complex command sequences are best shown on separate lines, with space between the SQL command and the command's components.

(True/False)
4.8/5
(36)

To join tables, simply enumerate the tables in the FROM clause of the SELECT statement. The DBMS will create a Cartesian product of every table in the FROM clause. To get the correct results, you need to select the rows in which the common attribute values do not match.

(True/False)
4.8/5
(40)

The SQL aggregate function that gives the number of rows containing non-null values for the given column is ____.

(Multiple Choice)
4.9/5
(41)

String comparisons are made from left to right.

(True/False)
4.9/5
(34)

The special operator used to check whether a subquery returns any rows is ____.

(Multiple Choice)
4.8/5
(30)

Which query will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand and display the results in a column labeled TOTVALUE?

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(33)

Since computers identify all characters by their numeric codes, mathematical operators cannot be used to place restrictions on character-based attributes.

(True/False)
4.9/5
(40)

To list all the contents of the PRODUCT table, you would use ____.

(Multiple Choice)
4.8/5
(43)

The ANSI SQL standards are also accepted by the ISO.

(True/False)
4.8/5
(34)

The SQL command that modifies an attribute's values in one or more table's rows is ____.

(Multiple Choice)
4.9/5
(32)

With the exception of the database ____________________ process, most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.

(Short Answer)
4.9/5
(35)

In the SQL environment, the word ____________________ covers both questions and actions.

(Short Answer)
4.8/5
(28)
Showing 81 - 100 of 100
close modal

Filters

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