Exam 7: Introduction to Structured Query Language Sql

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

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

(True/False)
4.7/5
(38)

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.

(Short Answer)
4.8/5
(25)

Describe the important features and applications of SQL functions.

(Essay)
4.8/5
(33)

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

(True/False)
4.8/5
(30)

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

(Short Answer)
4.9/5
(25)

Numeric functions take one numeric parameter and return one value.

(True/False)
4.8/5
(22)

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

(Multiple Choice)
4.8/5
(31)

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

(Short Answer)
4.8/5
(26)

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

(Multiple Choice)
4.8/5
(28)

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

(True/False)
4.7/5
(40)

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

(True/False)
4.8/5
(31)

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.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.9/5
(27)

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

(Multiple Choice)
4.7/5
(36)

String comparisons are made from left to right.

(True/False)
4.9/5
(37)

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

(True/False)
4.8/5
(43)

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

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.9/5
(33)

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

(Short Answer)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(39)
Showing 41 - 60 of 75
close modal

Filters

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