Exam 2: Introduction to Structured Query Language

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

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

(Multiple Choice)
4.9/5
(43)

Regarding the interchangeability of subqueries and joins,________.

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(36)

The SQL built-in function COUNT computes the number of rows in a query.

(True/False)
4.8/5
(39)

What are SQL Built-in Functions?

(Essay)
5.0/5
(39)

When making an SQL query,we are using SQL as a(n)________.

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.7/5
(37)

Explain why it is important to learn SQL.

(Essay)
4.8/5
(34)

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

(True/False)
4.8/5
(40)

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

(True/False)
4.8/5
(33)

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

A WHERE clause can contain only one condition.

(True/False)
4.8/5
(36)

Business Intelligence (BI)systems typically store their data in data warehouses.

(True/False)
4.8/5
(30)

The SQL built-in function MOST obtains the largest value in a numeric column.

(True/False)
4.8/5
(38)
Showing 101 - 114 of 114
close modal

Filters

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