Exam 6: Introduction to SQL

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

What does the following SQL statement do? Select * From Customer Where Cust_Type = "Best"

(Multiple Choice)
4.9/5
(33)

The ________ clause sorts the final results rows of a query in ascending or descending order.

(Short Answer)
4.9/5
(40)

________ is a set of commands used to update and query a database.

(Multiple Choice)
4.7/5
(37)

The command for creating a database is:

(Multiple Choice)
4.9/5
(36)

What will result from the following SQL Select statement? Select min(product_description) From product_v;

(Multiple Choice)
4.8/5
(34)

The comparison operators = and != are used to establish a range of values.

(True/False)
4.9/5
(34)

The ________ is the structure that contains descriptions of objects such as tables and views created by users.

(Multiple Choice)
4.7/5
(33)

The SQL command ________ adds one or more new columns to a table.

(Multiple Choice)
4.8/5
(27)

A major benefit of SQL as a standard is reduced training costs.

(True/False)
4.8/5
(45)

A single value returned from an SQL query that includes an aggregate function is called a vector aggregate.

(True/False)
4.8/5
(32)

Adding the keyword ________ to an SQL query will eliminate duplicate rows from the query result set.

(Short Answer)
4.7/5
(38)

The HAVING clause acts as a secondary ________ clause.

(Short Answer)
4.9/5
(46)

The first in a series of steps to follow when creating a table is to:

(Multiple Choice)
4.8/5
(37)

________ is a constraint that specifies that the value of an attribute in one relation depends upon the value of a primary key in the same or other relation.

(Short Answer)
4.8/5
(36)

Discuss when to use the group by clause.

(Essay)
4.8/5
(27)

Which of the following can produce scalar and vector aggregates?

(Multiple Choice)
4.8/5
(33)

The ORDER BY clause is the first statement processed in an SQL command.

(True/False)
4.8/5
(35)

Any create command may be reversed by using a ________ command.

(Multiple Choice)
4.8/5
(40)

Materialized views are stored on disk and are never refreshed.

(True/False)
4.9/5
(36)

The ________ contains raw data.

(Short Answer)
4.9/5
(30)
Showing 81 - 100 of 119
close modal

Filters

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