Exam 2: Introduction to Structured Query Language SQL

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

SQL commands can be embedded in application programs.

Free
(True/False)
4.8/5
(32)
Correct Answer:
Verified

True

The result of an SQL SELECT operation can contain duplicate rows.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

True

In an SQL query,the built-in function COUNT works with columns containing data of which of the following data types?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

E

In an SQL query,which of the following symbols is used by Microsoft Access to represent a single unspecified character?

(Multiple Choice)
4.8/5
(33)

The SQL built-in function ADDUP totals values in numeric columns.

(True/False)
4.8/5
(38)

Outer joins can be either up joins or down joins.

(True/False)
4.9/5
(36)

SQL,although very popular,has never become a national standard.

(True/False)
4.8/5
(43)

In an SQL query,a join operation is achieved by specifying the equality of the respective column names as a condition in the WHERE clause.

(True/False)
4.7/5
(26)

The American National Standards Institute (ANSI)maintains the standards for SQL.

(True/False)
4.9/5
(38)

SQL stands for Standard Query Language.

(True/False)
4.8/5
(36)

In an SQL query,which SQL keyword is used to state the condition that specifies which rows are to be selected?

(Multiple Choice)
4.9/5
(41)

To remove duplicate rows from the result of a query,specify the SQL DISTINCT keyword.

(True/False)
4.9/5
(35)

The SQL keyword WHERE is used to specify the table(s)that contain(s)the data to be retrieved.

(True/False)
4.8/5
(35)

Based on the tables below,which of the following commands in ANSI SQL would return only the name of the sales representative and the name of the customer for each customer that has a balance greater than 400? GENERAL SALES DATABASE: SALESREP Based on the tables below,which of the following commands in ANSI SQL would return only the name of the sales representative and the name of the customer for each customer that has a balance greater than 400? GENERAL SALES DATABASE: SALESREP   CUSTOMER  CUSTOMER Based on the tables below,which of the following commands in ANSI SQL would return only the name of the sales representative and the name of the customer for each customer that has a balance greater than 400? GENERAL SALES DATABASE: SALESREP   CUSTOMER

(Multiple Choice)
4.7/5
(28)

Sorting is specified by the use of the SORT BY phrase.

(True/False)
4.8/5
(36)

In addition to being a data sublanguage,SQL is also a programming language,like Java or C#.

(True/False)
4.9/5
(38)

The SQL keyword LIKE is used in SQL expressions to select on partial values.

(True/False)
4.9/5
(36)

Distinguish between the HAVING clause and the WHERE clause.

(Essay)
4.9/5
(33)

In an SQL query,which SQL keyword is used to join two conditions that both must be true for the rows to be selected?

(Multiple Choice)
4.9/5
(26)

In an SQL query,which SQL keyword is used to implement a subquery?

(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 105
close modal

Filters

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