Exam 7: Introduction to Structured Query Language Sql

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

The specification is used to avoid having duplicated values in a column.

(Short Answer)
4.7/5
(33)

To list all the contents of the PRODUCT table, a user would use .

(Multiple Choice)
4.8/5
(41)

If integer values are relatively small, must be used instead of INT.

(Short Answer)
4.8/5
(38)

The clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.

(Short Answer)
4.8/5
(37)

Which command is used to save changes to the database? What is the syntax for this command?

(Essay)
4.8/5
(37)

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

(Multiple Choice)
4.9/5
(38)

Which of the following queries uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?

(Multiple Choice)
4.8/5
(35)

An alias is especially useful when a table must be joined to itself in a(n) query.

(Short Answer)
4.8/5
(26)

DATE() and SYSDATE are special functions that return today's date in MS Access and , respectively.

(Short Answer)
4.8/5
(38)

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

(Short Answer)
4.7/5
(32)

The SQL command that allows a user to list the contents of a table is .

(Multiple Choice)
4.9/5
(42)

SQL allows the use of logical restrictions on its inquiries such as OR, AND, and NOT.

(True/False)
5.0/5
(32)

Most SQL implementations yield case-insensitive searches.

(True/False)
4.9/5
(40)

Which of the following is used to select partial table contents?

(Multiple Choice)
4.9/5
(40)

A(n) , also known as a nested query or an inner query, is a query that is embedded (or nested) inside another query.

(Short Answer)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(41)

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

(True/False)
4.8/5
(37)

Which of the following queries is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another?

(Multiple Choice)
4.9/5
(38)

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

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

(Multiple Choice)
4.8/5
(37)
Showing 81 - 100 of 111
close modal

Filters

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