Exam 2: Introduction to Structured Query Language SQL

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

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

(True/False)
4.8/5
(31)

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

(Multiple Choice)
4.8/5
(43)

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

(Multiple Choice)
4.8/5
(22)

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

(Multiple Choice)
4.9/5
(38)

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

(True/False)
4.8/5
(41)

SQL can only query a single table.

(True/False)
4.8/5
(37)

A WHERE clause can contain only one condition.

(True/False)
4.8/5
(31)

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

(True/False)
4.9/5
(29)

Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following would find all employees whose name begins with the letter "S" using standard SQL?

(Multiple Choice)
4.7/5
(32)

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.9/5
(32)

In an SQL query,which SQL keyword is used to specify the column names to be used in a join?

(Multiple Choice)
4.8/5
(32)

SQL includes a data definition language,a data manipulation language,and SQL/Persistent stored modules.

(True/False)
4.8/5
(36)

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

(Essay)
4.8/5
(35)

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

(True/False)
4.7/5
(39)

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

(True/False)
4.8/5
(31)

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

(True/False)
4.9/5
(37)

What are SQL Built-in Functions?

(Essay)
4.9/5
(36)

When one SQL query is embedded in another SQL query,this is referred to as a ________.

(Multiple Choice)
4.9/5
(39)

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

(True/False)
4.8/5
(30)

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

(True/False)
4.8/5
(30)
Showing 41 - 60 of 105
close modal

Filters

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