Exam 2: Introduction to Structured Query Language SQL

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

The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.

(True/False)
4.9/5
(38)

While many subqueries can be alternatively written as joins,correlated subqueries do work that cannot be duplicated as a join.

(True/False)
4.9/5
(37)

When making an SQL query,we are using SQL as a(n)________.

(Multiple Choice)
4.9/5
(23)

Explain why it is important to learn SQL.

(Essay)
4.9/5
(39)

The SQL WHERE clause contains the condition that specifies which rows are to be selected.

(True/False)
4.9/5
(35)

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

(True/False)
4.9/5
(33)

Briefly describe subqueries and joins.Explain when each is not an acceptable alternative for the other.

(Essay)
4.8/5
(29)

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

(True/False)
4.9/5
(27)

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

(Multiple Choice)
4.8/5
(43)

The SQL built-in function MOST obtains the largest value in a numeric column.

(True/False)
4.9/5
(41)

Distinguish between the HAVING clause and the WHERE clause.

(Essay)
4.9/5
(34)

Columns can be sorted in descending sequence by using the SQL DESC keyword.

(True/False)
4.9/5
(36)

In an SQL query,which SQL keyword is used with built-in functions to group together rows that have the same value in a specified column?

(Multiple Choice)
4.8/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 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.9/5
(24)

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.8/5
(31)

Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.

(Essay)
4.9/5
(36)

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

(True/False)
4.9/5
(35)

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

A WHERE clause can contain only one condition.

(True/False)
4.8/5
(29)

The WHERE clause contains the condition that specifies which columns are to be selected.

(True/False)
4.8/5
(39)
Showing 61 - 80 of 100
close modal

Filters

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