Exam 2: Introduction to Structured Query Language SQL

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

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

(True/False)
4.8/5
(42)

The SQL keyword LIKE is used in SQL expressions to select on partial values.

(True/False)
4.8/5
(34)

The SQL built-in function MIN obtains the smallest value in a numeric column.

(True/False)
4.8/5
(38)

Only two tables can be queried by using a subquery.

(True/False)
4.7/5
(34)

Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following is not a valid ANSI SQL command?

(Multiple Choice)
4.8/5
(42)

In an SQL query,which SQL keyword is used to join two conditions that both must be true for the rows to be selected?

(Multiple Choice)
4.9/5
(32)

SQL statements end with a colon.

(True/False)
4.7/5
(36)

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

(True/False)
4.7/5
(35)

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

(Multiple Choice)
4.8/5
(30)

In an SQL query,the built-in function COUNT works with columns containing data of which of the following data types?

(Multiple Choice)
4.9/5
(40)

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

(True/False)
4.8/5
(35)

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

(True/False)
4.9/5
(24)

The built-in function SUM can be used with any column.

(True/False)
4.8/5
(26)

Sorting is specified by the use of the SORT BY phrase.

(True/False)
4.9/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 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.8/5
(35)

SQL can only query a single table.

(True/False)
5.0/5
(30)

In an SQL query,a join operation is achieved by specifying the equality of the respective column names as a condition in the WHERE clause.

(True/False)
4.8/5
(27)

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

SQL was developed by IBM in the late 1970s.

(True/False)
4.9/5
(27)

In an SQL query,which SQL keyword is used to determine if a column value is equal to any one of a set of values?

(Multiple Choice)
4.9/5
(27)
Showing 81 - 100 of 100
close modal

Filters

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