Exam 6: Introduction to SQL

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

What will result from the following SQL Select statement? Select min(Product_Description) From Product_V;

Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
Verified

C

SQL has been implemented only in the mainframe and midrange environments.

Free
(True/False)
4.9/5
(38)
Correct Answer:
Verified

False

What result set will the following query return? Select Item_No, description From item Where weight > 100 and weight < 200;

Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
Verified

C

How is the HAVING clause different from the WHERE clause?

(Essay)
4.7/5
(38)

A database is maintained and queried using the data mapping language (DML).

(True/False)
5.0/5
(34)

Which of the following finds all groups meeting stated conditions?

(Multiple Choice)
4.9/5
(32)

What does the following SQL statement do? Update Product_T Set Unit_Price = 775 Where Product_ID = 7

(Multiple Choice)
4.9/5
(25)

Implementation of a standard can never stifle creativity and innovation.

(True/False)
4.8/5
(34)

What are some of the standard SQL functions that can be used in the SELECT clause?

(Essay)
5.0/5
(34)

In order to update data in SQL, one must inform the DBMS which relation, columns, and rows are involved.

(True/False)
4.7/5
(31)

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

(Multiple Choice)
4.8/5
(24)

The SQL command ________ defines a logical table from one or more tables or views.

(Multiple Choice)
4.8/5
(27)

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

A database table is defined using the data definition language (DDL).

(True/False)
4.7/5
(37)

A catalog is the structure that contains object descriptions created by a user.

(True/False)
4.7/5
(40)

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

(Multiple Choice)
4.8/5
(34)

To get all the customers from Hawaii sorted together, which of the following would be used?

(Multiple Choice)
4.9/5
(32)

The benefits of a standardized relational language include:

(Multiple Choice)
4.8/5
(34)

What result will the following SQL statement produce? Select Avg(standard_price) as average from Product_V;

(Multiple Choice)
4.7/5
(34)

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

(True/False)
4.9/5
(40)
Showing 1 - 20 of 105
close modal

Filters

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