Filters
Question type

Study Flashcards

To restrict the groups that appear in a query result use the ____________________ clause followed by a criterion.

Correct Answer

verifed

verified

Oracle and SQL Server use the ____________________ symbol as a wildcard to represent any collection of characters.

Correct Answer

verifed

verified

The ____________________ wildcard represents any individual character.

Correct Answer

verifed

verified

Modified Multiple Choice The comparison operators for use in SQL are _____.


A) >=
B) <=
C) <
D) >

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

The INSIDE operator is an alternative to an OR criterion.

A) True
B) False

Correct Answer

verifed

verified

Identify the letter of the choice that best matches the phrase or definition.

Premises
Operator used to sort records in descending order.
Responses
DISTINCT
HAVING
!=
DESC
IN
SUM
WHERE
AS
ORDER BY
asterisk (*)

Correct Answer

DISTINCT
HAVING
!=
DESC
IN
SUM
WHERE
AS
ORDER BY
asterisk (*)

To determine the number of clients assigned to a particular analyst, use the _____ aggregate function.


A) AVG
B) TOTAL
C) NUMBER
D) COUNT

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Critical Thinking Questions Case 7-2 An employee at Camashaly Design needs to create an additional SQL query. She needs to sort records by current due within business analyst number. Which clause should the employee use to sort the query output?

Correct Answer

verifed

verified

The _____ operator eliminates duplicate values in the results of a query.


A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

To create a query that groups all clients with the same analyst number, include the _____ clause in the SQL command.


A) GROUP BY
B) HAVING
C) GROUP AND SORT
D) ARRANGE BY

E) All of the above
F) B) and D)

Correct Answer

verifed

verified

If a Security Warning appears when you open a database, click the ____ button.


A) Customize
B) Enable Content
C) Security Warning
D) Options

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

To create a SQL query, click Create on the Ribbon to display the Create tab and then click the ____ button to create a new query.


A) SQL Query
B) Design View
C) Query Design
D) Select Query

E) A) and D)
F) None of the above

Correct Answer

verifed

verified

A _____ criterion has the form: field name, comparison operator, then either another field name or a value.


A) plain
B) unary
C) simple
D) basic

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

To update records in SQL, you use the UPDATE command with a(n) _____ clause.


A) UPDATE
B) SET
C) CHANGE
D) MODIFY

E) B) and D)
F) All of the above

Correct Answer

verifed

verified

To name a computed field, follow the computation with the word _____ and then the name you wish to assign to the field.


A) NAME
B) AS
C) ASSIGN
D) GIVING

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

    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 amount paid, the SQL query used the ____________________ clause. 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 amount paid, the SQL query used the ____________________ clause.

Correct Answer

verifed

verified

To sort the output of a SQL query, include the _____ clause in the SQL query statement.


A) ORDER BY
B) SORT BY
C) PRIMARY SORT
D) SORT KEY

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Critical Thinking Questions Case 7-1 An employee at Camashaly Design has created the SQL query shown in the accompanying figure but she would like to modify it. She does not like the Expr1000 that appears as a column heading and she would like to find the client with the largest current due. Critical Thinking Questions Case 7-1 An employee at Camashaly Design has created the SQL query shown in the accompanying figure but she would like to modify it. She does not like the Expr1000 that appears as a column heading and she would like to find the client with the largest current due.       What clause does the employee need to use to cause a name, such as ClientCount to appear as a column heading? What clause does the employee need to use to cause a name, such as ClientCount to appear as a column heading?

Correct Answer

verifed

verified

To run a SQL query that adds records to a table, click the _____ button on the Design tab.


A) Add
B) Execute
C) Run
D) Update

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

Identify the letter of the choice that best matches the phrase or definition.

Premises
Operator used to eliminate duplicate values.
Responses
HAVING
DESC
!=
AS
SUM
WHERE
asterisk (*)
IN
DISTINCT
ORDER BY

Correct Answer

HAVING
DESC
!=
AS
SUM
WHERE
asterisk (*)
IN
DISTINCT
ORDER BY

Showing 61 - 80 of 112

Related Exams

Show Answer