Exam 2: Introduction to Structured Query Language SQL

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

SQL was developed by IBM in the late 1970s.

(True/False)
4.9/5
(28)

Regarding the interchangeability of subqueries and joins,

(Multiple Choice)
4.8/5
(31)

The columns to be obtained by an SQL command are listed after the FROM keyword.

(True/False)
4.8/5
(27)

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)
5.0/5
(34)

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 of SQL keyword SELECT.Include an example based on the CUSTOMER table in the General Sales database. CUSTOMER The following database will be used in this question: GENERAL SALES DATABASE: SALESREP     CUSTOMER     Explain the use of the of SQL keyword SELECT.Include an example based on the CUSTOMER table in the General Sales database. Explain the use of the of SQL keyword SELECT.Include an example based on the CUSTOMER table in the General Sales database.

(Essay)
4.8/5
(36)

Only two tables can be queried by using a subquery.

(True/False)
4.9/5
(31)

A SELECT statement used in a WHERE clause is called a subquery.

(True/False)
4.8/5
(36)

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

In an SQL query,which built-in function is used to obtain the largest value of numeric columns?

(Multiple Choice)
4.9/5
(44)

The SQL built-in function COUNT computes the number of rows in a query.

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.9/5
(44)

When two conditions must both be true for the rows to be selected,the conditions are separated by the SQL AND keyword.

(True/False)
4.7/5
(32)

Every subquery can be alternatively expressed by a join.

(True/False)
4.7/5
(30)

In an SQL query,which built-in function is used to total numeric columns?

(Multiple Choice)
4.9/5
(35)

When people use the term "join" they normally mean an "equijoin."

(True/False)
4.7/5
(33)

A WHERE clause can contain another SELECT statement enclosed in parentheses.

(True/False)
4.9/5
(26)

In an SQL query,the built-in functions SUM and AVG work with columns containing data of which of the following data types?

(Multiple Choice)
4.8/5
(34)

In an SQL query,which SQL keyword is used to specify the names of tables to be joined?

(Multiple Choice)
4.8/5
(31)

In an SQL query,which built-in function is used to obtain the smallest value of numeric columns?

(Multiple Choice)
4.9/5
(36)

Joins that show the matching rows from the joined tables plus unmatched rows from one other table in their results are called outer joins.

(True/False)
5.0/5
(41)
Showing 81 - 100 of 105
close modal

Filters

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