Exam 2: Introduction to Structured Query Language SQL

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

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

(Essay)
4.9/5
(33)

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

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

(True/False)
4.8/5
(36)

In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?

(Multiple Choice)
4.8/5
(36)

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

(True/False)
4.9/5
(35)

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

(True/False)
4.8/5
(27)

In an SQL query,which SQL keyword is used to specify the table(s)to be used?

(Multiple Choice)
4.7/5
(40)

In an SQL query,which SQL keyword is used to state the condition that specifies which rows are to be selected?

(Multiple Choice)
4.7/5
(33)

Arithmetic in SQL statements is limited to the operations provided by the built-in functions.

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.9/5
(33)

In an SQL query,which SQL keyword is used to sort the result table by the values in one or more columns?

(Multiple Choice)
4.8/5
(40)

In an SQL query,which SQL keyword actually creates the query?

(Multiple Choice)
4.8/5
(41)

The condition in WHERE clauses can refer to a set of values by using the IN operator.

(True/False)
4.8/5
(40)

Every subquery can be alternatively expressed by a join.

(True/False)
4.9/5
(38)

In addition to being a data sublanguage,SQL is also a programming language,like Java or C#.

(True/False)
4.9/5
(32)

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

(True/False)
4.9/5
(32)

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

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

(Multiple Choice)
4.9/5
(42)

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

(True/False)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(32)
Showing 21 - 40 of 100
close modal

Filters

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