Exam 5: Introduction to SQL

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

What does the following SQL statement do? UPDATE Product_T SET Unit_Price = 775 WHERE Product_ID = 7

(Multiple Choice)
4.7/5
(37)

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

(Multiple Choice)
4.7/5
(33)

One of the original purposes of the SQL standard was to provide a vehicle for portability of database definition and application modules between conforming DBMSs.

(True/False)
4.8/5
(37)

SQL is both an American and international standard for database access.

(True/False)
4.7/5
(31)

Which of the following will produce the minimum of all standard prices?

(Multiple Choice)
4.7/5
(33)

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

(True/False)
4.9/5
(31)

The HAVING clause and the WHERE clause perform the same operation.

(True/False)
4.8/5
(40)

Which of the following finds all groups meeting stated conditions?

(Multiple Choice)
4.9/5
(29)

Which of the following is a technique for optimizing the internal performance of the relational data model?

(Multiple Choice)
4.9/5
(38)

Which of the following can produce scalar and vector aggregates?

(Multiple Choice)
4.8/5
(43)

What results will be produced by the following SQL query? SELECT SUM(Standard_Price) as Total_Price From Product_V Where Product_Type = 'WOOD';

(Multiple Choice)
4.9/5
(26)

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

(Multiple Choice)
4.9/5
(43)

If multiple Boolean operators are used in an SQL statement, NOT is evaluated first, then AND, then OR.

(True/False)
4.9/5
(31)

The asterisk (*) wildcard designator can be used to select all fields from a table as well as in WHERE clauses when an exact match is not possible.

(True/False)
4.9/5
(38)

The SQL command used to populate tables is the INSERT command.

(True/False)
4.8/5
(43)

A referential integrity constraint specifies that the existence of an attribute in one table depends upon the existence of a foreign key in the same or another table.

(True/False)
4.9/5
(34)

Relational databases are heavily based on the mathematical concept of:

(Multiple Choice)
4.8/5
(30)

A single value returned from an SQL query that includes an aggregate function is called a(n):

(Multiple Choice)
4.7/5
(30)

What will result from the following SQL Select statement? SELECT MIN(Product_Description) FROM Product_V;

(Multiple Choice)
4.8/5
(39)

The main concept of relational databases was published in 1970 by:

(Multiple Choice)
4.9/5
(31)
Showing 81 - 100 of 102
close modal

Filters

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