Exam 2: Introduction to Structured Query Language SQL

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

SQL is only a data manipulation language (DML).

(True/False)
4.8/5
(35)

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

(True/False)
4.8/5
(40)

In an SQL query of two tables,which SQL keyword indicates that we want data from all the rows of one table to be included in the result,even if the row does not correspond to any data in the other table?

(Multiple Choice)
4.7/5
(48)

The rows of the result table can be sorted by the values in one or more columns.

(True/False)
4.8/5
(34)

The SQL keyword SELECT is used to specify the columns to be listed in the query results.

(True/False)
5.0/5
(33)

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 SQL keyword LIKE.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 SQL keyword LIKE.Include an example based on the CUSTOMER table from the General Sales database. Explain the use of the SQL keyword LIKE.Include an example based on the CUSTOMER table from the General Sales database.

(Essay)
4.7/5
(28)

The Microsoft Access wildcard character "_" (underscore)indicates a single,unspecified character in a specific location in a Microsoft Access SQL query.

(True/False)
4.9/5
(42)

SQL is not a complete programming language.Rather it is a data sublanguage.

(True/False)
4.8/5
(36)

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

(True/False)
4.8/5
(40)

Joins that show only matching rows from the joined tables in their results are called inner joins.

(True/False)
4.8/5
(27)

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

(Essay)
4.9/5
(32)

Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and PhoneNumber of customers whose name begins with 'S'.

(Essay)
4.9/5
(26)

When one SQL query is embedded in another SQL query,the second SQL query is embedded in the ________ of the first query.

(Multiple Choice)
4.8/5
(29)

The clause SELECT COUNT (*)results in a table with a single row and a single column.

(True/False)
4.9/5
(25)

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

(True/False)
4.8/5
(29)

To refer to a set of values in a condition,the values are placed inside parentheses ( )and separated by commas.

(True/False)
4.9/5
(43)

The Microsoft Access wildcard character "*" (asterisk)indicates a sequence of one or more unspecified characters in a Microsoft Access SQL query.

(True/False)
4.9/5
(40)

The SQL wildcard character "#" indicates a single,unspecified character in a specific location in an SQL query.

(True/False)
4.9/5
(41)

In an SQL query,which of the following symbols is used by ANSI SQL to represent all the columns in a single table?

(Multiple Choice)
4.7/5
(32)

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

(True/False)
4.7/5
(39)
Showing 21 - 40 of 105
close modal

Filters

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