Exam 2: Introduction to Structured Query Language SQL

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

In an SQL query,which built-in function is used to compute the number of rows in a table?

(Multiple Choice)
4.9/5
(34)

When one SQL query is embedded in another SQL query,this is referred to as a ________.

(Multiple Choice)
4.8/5
(31)

What are SQL Built-in Functions?

(Essay)
4.7/5
(45)

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

(True/False)
4.8/5
(35)

To obtain all columns,use an asterisk (*)wildcard character instead of listing all the column names.

(True/False)
4.9/5
(30)

What is SQL?

(Essay)
4.8/5
(38)

Regarding the interchangeability of subqueries and joins,

(Multiple Choice)
5.0/5
(28)

The names of tables to be joined in an SQL query are listed in the FROM clause.

(True/False)
4.9/5
(33)

The SQL built-in function AVG computes the average of values in numeric columns.

(True/False)
4.9/5
(37)

The following database will be used in this question: GENERAL SALES DATABASE: SALESREP The following database will be used in this question: GENERAL SALES DATABASE: SALESREP     CUSTOMER     Explain the use of the GROUP BY keyword.Include an example based on the CUSTOMER table from the General Sales database. CUSTOMER The following database will be used in this question: GENERAL SALES DATABASE: SALESREP     CUSTOMER     Explain the use of the GROUP BY keyword.Include an example based on the CUSTOMER table from the General Sales database. Explain the use of the GROUP BY keyword.Include an example based on the CUSTOMER table from the General Sales database.

(Essay)
4.7/5
(31)

To exclude one or more values using a condition,the SQL OUT keyword must be used.

(True/False)
4.8/5
(38)

To sort the rows of the result table,the ORDER BY clause is specified.

(True/False)
4.7/5
(29)

Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following would find all employees whose name begins with the letter "S" using Microsoft Access?

(Multiple Choice)
4.9/5
(41)

Two or more tables are joined by giving the table names in the WHERE clause and specifying the equality of the respective column names as a condition in the GROUP BY clause.

(True/False)
4.8/5
(37)

An alternative to combining tables by a subquery is to use a join.

(True/False)
4.7/5
(28)

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

(True/False)
4.8/5
(40)

SQL is only a data manipulation language (DML).

(True/False)
4.7/5
(30)

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

(True/False)
4.9/5
(37)

SQL includes a data definition language,a data manipulation language,and SQL/Persistent stored modules.

(True/False)
4.7/5
(29)

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

(True/False)
4.8/5
(36)
Showing 41 - 60 of 100
close modal

Filters

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