Exam 2: Introduction to Structured Query Language

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

SQL is a ________.

(Multiple Choice)
4.9/5
(39)

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

(True/False)
4.8/5
(32)

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

(Essay)
4.7/5
(35)

What is SQL?

(Essay)
4.8/5
(36)

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

(True/False)
4.9/5
(32)

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

(Multiple Choice)
4.8/5
(29)

The SQL wildcard character "%" represents a series of one or more unspecified characters.

(True/False)
4.9/5
(38)

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

(True/False)
4.9/5
(31)

An asterisk (*)following the SELECT verb means that all columns are to be displayed.

(True/False)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(34)

Suppose your company stores EMPLOYEE and CUSTOMER data in separate tables.If you want to find all employees who are also customers,which SQL keyword would you most likely use?

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.7/5
(31)

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)
4.9/5
(29)

To have SQL automatically eliminate duplicate rows from a result,use the keyword DISTINCT with the FROM keyword.

(True/False)
4.7/5
(40)

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

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.9/5
(41)

The SQL syntax JOIN ...ON can be used as an alternate way of writing an SQL join statement.

(True/False)
4.8/5
(34)

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

(True/False)
4.9/5
(33)

To refer to a set of values needed for a condition,use the SQL IN operator.

(True/False)
4.8/5
(31)
Showing 81 - 100 of 114
close modal

Filters

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