Filters
Question type

Study Flashcards

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


A) BETWEEN
B) EXISTS
C) LIKE
D) IN

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

A(n) _____ join will select only the rows with matching values in the common attribute(s) .


A) natural
B) outer
C) full
D) cross

E) B) and D)
F) A) and D)

Correct Answer

verifed

verified

_____ functions allow you to take a value of a given data type and convert it to the equivalent value in another data type.

Correct Answer

verifed

verified

SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

_____ is a string function that returns the number of characters in a string value.


A) LENGTH
B) SUBSTRING
C) CONCAT
D) UCASE

E) B) and D)
F) C) and D)

Correct Answer

verifed

verified

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


A) BETWEEN
B) NULL
C) LIKE
D) IN

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

Describe the important features and applications of SQL functions.

Correct Answer

verifed

verified

SQL functions are very useful tools.Func...

View Answer

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

A) True
B) False

Correct Answer

verifed

verified

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


A) BETWEEN
B) IS NULL
C) LIKE
D) IN

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

The COUNT function is designed to tally the number of non-null "values" of an attribute, and is often used in conjunction with the DISTINCT clause.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

A(n) _____ order sequence is a multilevel ordered sequence that can be created easily by listing several attributes, separated by commas, after the ORDER BY clause.

Correct Answer

verifed

verified

Numeric functions take one numeric parameter and return one value.

A) True
B) False

Correct Answer

verifed

verified

When using a(n) _____ join, only rows from the tables that match on a common value are returned.


A) full
B) outer
C) inner
D) set

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

String comparisons are made from left to right.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

You cannot insert a row containing a null attribute value using SQL.

A) True
B) False

Correct Answer

verifed

verified

The _____ condition is generally composed of an equality comparison between the foreign key and the primary key of related tables.

Correct Answer

verifed

verified

The COMMIT command does not permanently save all changes. In order to do that, you must use SAVE.

A) True
B) False

Correct Answer

verifed

verified

Showing 41 - 60 of 75

Related Exams

Show Answer