Exam 7: Introduction to Structured Query Language SQL

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

Rows can be grouped into smaller collections quickly and easily using the clause within the SELECT statement.

(Short Answer)
4.8/5
(29)

Most SQL implementations yield case-insensitive searches.

(True/False)
4.8/5
(25)

The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.

(True/False)
5.0/5
(40)

All changes in a table structure are made using the command,followed by a keyword that produces the specific changes a user wants to make.

(Multiple Choice)
4.9/5
(36)

What is a schema? How many schemas can be used in one database?

(Essay)
4.7/5
(29)

SQL requires the use of the ADD command to enter data into a table.

(True/False)
4.8/5
(32)

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

(Short Answer)
4.8/5
(30)

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

(Short Answer)
4.8/5
(35)

The SQL command that allows a user to permanently save data changes is .

(Multiple Choice)
4.8/5
(38)

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.8/5
(33)

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

(Short Answer)
4.9/5
(31)

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.7/5
(37)

__ words are words used by SQL to perform specific functions.

(Short Answer)
4.8/5
(27)

In Oracle,the command is used to change the display for a column,for example,to place a $ in front of a numeric value.

(Multiple Choice)
4.9/5
(38)

The SQL data manipulation command HAVING:

(Multiple Choice)
4.8/5
(39)

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

The ANSI prescribes a standard SQL-the current fully approved version is known as SQL­07.

(True/False)
4.8/5
(32)

The basic SQL vocabulary has fewer than words.

(Short Answer)
4.7/5
(31)

Some RDBMSs,such as Oracle,automatically data changes when issuing data definition commands.

(Multiple Choice)
4.9/5
(46)

To delete an index,one must use the command.

(Short Answer)
4.8/5
(24)
Showing 61 - 80 of 92
close modal

Filters

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