Exam 6: Introduction to SQL

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

Some DBMS can handle graphic data types as well as text and numbers.

(True/False)
4.9/5
(34)

The first part of an SQL query to be read is the ________ statement.

(Multiple Choice)
5.0/5
(31)

What are some of the advantages and disadvantages to an SQL standard?

(Essay)
4.9/5
(38)

In an SQL statement, which of the following parts states the conditions for row selection?

(Multiple Choice)
4.9/5
(35)

Referential Integrity Constraints are generally established between:

(Multiple Choice)
4.8/5
(31)

A ________ view is materialized when referenced.

(Multiple Choice)
4.9/5
(40)

Adding the DISTINCT keyword to a query eliminates duplicates.

(True/False)
4.7/5
(34)

A view may not be updated directly if it contains:

(Multiple Choice)
4.8/5
(38)

The views are created by executing a CREATE VIEW SQL command.

(True/False)
4.8/5
(37)

The following query totals sales for each salesperson. Select salesperson_id, sum(sales) from salesperson group by salesperson_id;

(True/False)
4.7/5
(40)

What will be returned when the following SQL statement is executed? Select driver_no,count(*) as num_deliveries From deliveries Group by driver_no;

(Multiple Choice)
4.9/5
(30)

SQL originated from a project called System-S.

(True/False)
4.9/5
(40)

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

(True/False)
4.9/5
(38)

An insert command does not need to have the fields listed.

(True/False)
4.8/5
(34)

Discuss the pros and cons of using dynamic views.

(Essay)
4.8/5
(31)

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

(Multiple Choice)
4.8/5
(38)

When a GROUP BY clause is included in an SQL statement, only those columns with a single value for each group can be included.

(True/False)
4.9/5
(35)

When creating a table, it is not important to consider foreign key-primary key mates.

(True/False)
4.9/5
(27)

Materialized views are stored on disk and are never refreshed.

(True/False)
4.9/5
(28)

Applications can be moved from one machine to another when each machine uses SQL.

(True/False)
4.7/5
(37)
Showing 21 - 40 of 105
close modal

Filters

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