Exam 8: Using SQL
Exam 1: Office 2010 and Windows 7 Essential Concepts and Skills112 Questions
Exam 2: Databases and Database Objects: an Introduction112 Questions
Exam 3: Querying a Database112 Questions
Exam 4: Maintaining a Database112 Questions
Exam 5: Creating Reports and Forms112 Questions
Exam 6: Multitable Forms112 Questions
Exam 7: Advanced Report Techniques112 Questions
Exam 8: Using SQL112 Questions
Exam 9: Advanced Form Techniques112 Questions
Exam 11: Administering a Database Syste112 Questions
Exam 12: Database Design112 Questions
Select questions type
The accompanying figure shows a SQL query to join two tables. When tables appear in the FROM clause, you can give each table a(n) _____, or an alternative name, that you can use in the rest of the statement.

(Multiple Choice)
5.0/5
(42)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Symbol that indicates not equal to comparison operator.
Responses:
WHERE
!=
ORDER BY
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(27)
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
(True/False)
4.9/5
(40)
The accompanying figure shows a query result that is sorted by amount paid within business analyst. To eliminate duplicate values in the results of a query, use the ____________________ operator.

(Short Answer)
5.0/5
(31)
To add records to a table, you use the INSERT INTO command with a(n) _____ clause.
(Multiple Choice)
4.9/5
(28)
The accompanying figure shows a SQL query to join two tables. A join that would list all the rows from one of the tables in a join, regardless of whether they match any rows in the other table, is called a(n) _____ join.

(Multiple Choice)
4.9/5
(40)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that restricts retrieval to rows.
Responses:
AS
HAVING
IN
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(24)
The accompanying figure shows a query result that is sorted by amount paid within business analyst. To sort the records by business analyst and then descending amount paid, follow the amount paid sort key with ____________________ operator.

(Short Answer)
4.9/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that sorts output.
Responses:
DISTINCT
HAVING
SUM
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(34)
Modified Multiple Choice The possible versions of the "not equal to" operator are _____.
(Multiple Choice)
4.9/5
(34)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)