Exam 5: Beginning Structured Query Language Sql

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

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

(Short Answer)
4.8/5
(39)

The SQL command that lets you permanently save data changes is ____.

(Multiple Choice)
4.9/5
(47)

In an INSERT command, you can indicate just the attributes that have required values by listing the ____________________ inside parentheses after the table name.

(Short Answer)
4.8/5
(33)

The ____ special operator is used to check whether an attribute value is null.

(Multiple Choice)
4.8/5
(40)

In SQL, all ____________________ expressions evaluate to true or false.

(Short Answer)
4.9/5
(36)

To list the contents of a table, you must use the DISPLAY command.

(True/False)
4.8/5
(32)

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

(Short Answer)
4.9/5
(31)

The most recent fully approved version of standard SQL prescribed by the ANSI is ____.

(Multiple Choice)
4.7/5
(33)

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

Rows can be grouped into smaller collections quickly and easily using the SQL ____________________ clause.

(Short Answer)
4.9/5
(41)

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

In a 1:M relationship, you must always create the table for the ____________________ side first.

(Short Answer)
4.9/5
(37)

How do you delete a table from the database? Provide an example.

(Essay)
4.9/5
(34)

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

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(29)

The SQL command that lets you insert rows into a table is ____.

(Multiple Choice)
4.9/5
(36)

A(n) ____ is an alternate name given to a column or table in any SQL statement.

(Multiple Choice)
4.8/5
(32)

To delete a row from the PRODUCT table, use the ____ command.

(Multiple Choice)
4.8/5
(32)

Which query will output the table contents when the value of V_CODE is not equal to 21344?

(Multiple Choice)
4.8/5
(33)

A database language enables the user to create database and table structures to perform basic data management chores.

(True/False)
4.8/5
(32)
Showing 21 - 40 of 100
close modal

Filters

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