Deck 10: Using Sql Question

Full screen (f)
exit full mode
Question
To begin creating a new SQL query, tap or click the ____ button on the CREATE tab.

A) SQL
B) Query Design
C) Design View
D) More Queries
Use Space or
up arrow
down arrow
to flip the card.
Question
To save a query with a new name, display the Save As tab in Backstage view, and tap or click ____ in the File Types area of the Save As gallery.

A) Save Query As
B) Save
C) Save Database As
D) Save Object As
Question
A ____ criterion has the form: field name, samparison operator, then either another field name or a value.

A) plain
B) unary
C) simple
D) basic
Question
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
Question
If a Security Warning appears when you open a database, tap or click the ____ button.

A) Customize
B) Enable santent
C) Security Warning
D) Options
Question
The default font size for queries is ____.

A) 6
B) 8
C) 10
D) 12
Question
Less than ( ), and NOT (not equal to) are examples of ____.

A) sampound sanditions
B) samparison operators
C) sanditions
D) sampound values
Question
To change the font size for SQL queries, tap or click FILE on the ribbon, tap or click Options in the Backstage view, and then tap or click ____ in the Access Options dialog box.

A) Font
B) Customize
C) Object Designers
D) Popular
Question
To view the results of a SQL query, type the SQL statement and then tap or click the ____ button on QUERY TOOLS DESIGN tab to view the results.

A) Result
B) View
C) SQL
D) Execute
Question
To display a blank window to begin typing SQL sammands, tap or click ____ on the View menu in the Query Design window.

A) sammand View
B) SQL sammands
C) Blank Window
D) SQL View
Question
To enter a new SQL query after viewing the results of a query, tap or click the View arrow on the HOME tab and then tap or click ____ on the View menu.

A) Design View
B) SQL Grid
C) New Query
D) SQL View
Question
To sort data in descending order, follow a sort key with the word ____.

A) REVERSE
B) DOWN
C) DESC
D) TOP
Question
To save a query, tap or click the Save button on the ____.

A) HOME tab on the ribbon
B) CREATE tab on the ribbon
C) status bar
D) Quick Access Toolbar
Question
When simple criteria are sannected by the word ____, all the simple criteria must be true in order for the sampound criterion to be true.

A) JOIN
B) AND
C) OR
D) NOT
Question
To change the default font and font size for datasheets, tap or click ____ in the Access Options dialog box.

A) Font
B) Datasheet
C) Object Designers
D) Popular
Question
To name a samputed field, follow the samputation with the word ____ and then the name you wish to assign to the field.

A) NAME
B) AS
C) ASSIGN
D) GIVING
Question
When simple criteria are sannected by the word ____, the sampound criterion will be true whenever any of the simple criteria are true.

A) BETWEEN
B) AND
C) OR
D) NOT
Question
SQL was developed under the name ____ at the IBM San Jose research facilities.

A) System Q
B) System R
C) sammand S
D) SEQUEL
Question
If you need to search for a value that santains only a certain sallection of characters, use the ____ operator with a wildcard symbol.

A) SIMILAR
B) PATTERN
C) AS
D) LIKE
Question
To include all fields in a SQL query, use the ____ symbol after the word SELECT.

A) pound (#)
B) ampersand (&)
C) percent (%)
D) asterisk (*)
Question
The ____ operator eliminates duplicate values in the results of a query.

A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES
Question
The ____ query enables you to send SQL sammands directly to ODBC (Open Database sannectivity) databases.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data santrol
Question
<strong>  The acsampanying 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.</strong> A) pseudonym B) alias C) variable D) locus <div style=padding-top: 35px> The acsampanying 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.

A) pseudonym
B) alias
C) variable
D) locus
Question
To restrict groups that appear in a SQL query, use the ____ clause.

A) WHERE
B) RESTRICT
C) HAVING
D) GROUP BY
Question
<strong>  The acsampanying 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.</strong> A) unique B) cartesian C) non-matching D) outer <div style=padding-top: 35px> The acsampanying 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.

A) unique
B) cartesian
C) non-matching
D) outer
Question
<strong>  The acsampanying figure shows a SQL query to join two tables. In the query, it is necessary to ____ the Book Rep Number because it appears in more than one table.</strong> A) restrict B) moderate C) qualify D) assign <div style=padding-top: 35px> The acsampanying figure shows a SQL query to join two tables. In the query, it is necessary to ____ the Book Rep Number because it appears in more than one table.

A) restrict
B) moderate
C) qualify
D) assign
Question
To run a SQL query that adds resards to a table, tap or click the ____ button on the QUERY TOOLS DESIGN tab.

A) Add
B) Execute
C) Run
D) Update
Question
The ____ operator allows you to search for a range of values in one field.

A) IN
B) BETWEEN
C) LIKE
D) RANGE
Question
Use a query to ____ tables; that is, to find resards in two tables that have identical values in matching fields.

A) sambine
B) sancatenate
C) interleave
D) join
Question
The ____ query allows you to create or alter database tables or create indexes in Access directly.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data santrol
Question
The ____ query sambines fields from more than one table into one query set.

A) Pass-Through
B) Join
C) Data Definition
D) Union
Question
To create a query that groups all customers with the same rep number, include the ____ clause in the SQL sammand.

A) GROUP BY
B) HAVING
C) GROUP AND SORT
D) ARRANGE BY
Question
To add resards to a table, use the SQL ____ sammand.

A) ADD INTO
B) APPEND
C) REsaRD
D) INSERT INTO
Question
To update resards in SQL, you use the UPDATE sammand with a(n) ____ clause.

A) UPDATE
B) SET
C) CHANGE
D) MODIFY
Question
<strong>  The acsampanying figure shows a SQL query to join two tables. A join that sampares the tables in the FROM clause and lists only those rows that satisfy the sandition in the WHERE clause is called a(n) ____ join.</strong> A) matching values B) inner C) table-related D) same <div style=padding-top: 35px> The acsampanying figure shows a SQL query to join two tables. A join that sampares the tables in the FROM clause and lists only those rows that satisfy the sandition in the WHERE clause is called a(n) ____ join.

A) matching values
B) inner
C) table-related
D) same
Question
To determine the number of customers assigned to a particular book rep, use the ____ aggregate function.

A) AVG
B) TOTAL
C) NUMBER
D) saUNT
Question
To delete resards in SQL, use the ____ sammand.

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
Question
To exit Access, tap or click the ____ button on the right side of the Access title bar.

A) Quit
B) Close
C) Stop
D) Exit
Question
You can use a(n) ____ clause with a list as an alternative to an OR criterion when the OR criterion involves a single field.

A) WITHIN
B) LIST
C) IN
D) BETWEEN
Question
To add resards to a table, you use the INSERT INTO sammand with a(n) ____ clause.

A) ASSIGN
B) APPEND
C) VALUE
D) SET
Question
Modified Multiple Choice In SQL queries, you can enclose text field values in ____.

A) single quotation marks
B) ampersands
C) double quotation marks
D) percent symbols
Question
You cannot use sapy and paste sammands when you enter SQL sammands.
Question
You can change the font size for queries but not for datasheets.
Question
The question mark (?) wildcard represents any individual character.
Question
If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.
Question
SQL is a non-standardized language.
Question
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
Question
Using or interfacing with SQL Server requires knowledge of SQL.
Question
If a criterion involves a text field, the value must be enclosed in quotation marks.
Question
Modified Multiple Choice If data is to be sorted on two fields, the more important key is called the ____.

A) major sort key
B) first sort key
C) left sort key
D) primary sort key
Question
Modified Multiple Choice The samparison operators for use in SQL are ____.

A) >=
B) <=
C) <
D) >
Question
To receive santext-sensitive help on any of the keywords in a SQL query, tap or click anywhere in the word about which you wish to obtain help, and then press F5.
Question
When simple criteria involve a numeric field, you type only the number, not sammas or dollar signs.
Question
Modified Multiple Choice samputations in SQL can involve ____.

A) addition (+)
B) subtraction (-)
C) multiplication (*)
D) division (/)
Question
The at symbol (@) wildcard represents any sallections of characters.
Question
Because it is a sammon sanvention, and necessary in some version of SQL, place a semisalon (;) at the end of each SQL sammand.
Question
To save a query, tap or click the Save button on the Quick Access Toolbar.
Question
Microsoft Access does not allow spaces within table names and field names.
Question
Modified Multiple Choice sampound criteria are formed by sannecting two or more simple criteria using ____.

A) BETWEEN
B) AND
C) OR
D) NOT
Question
SQL has special format rules for placement of terms and capitalization.
Question
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word FROM.
Question
Queries that you sanstruct in both Design view and SQL view require that the major sort key is to the left of the minor sort key in the list of fields to be included.
Question
SQL is an abbreviation for Standard Query Language.
Question
To use the word NOT in a criterion, follow the criterion with the word NOT.
Question
When simple criteria are sannected by the word AND, all the simple criteria must be true in order for the sampound criterion to be true.
Question
The INSIDE operator is an alternative to an OR criterion.
Question
To assign a name to a calculation, follow the calculation with the word AS and then the name to be assigned to the result.
Question
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
Question
When a name santaining a space appears in SQL, it must be enclosed in square brackets .
Question
To sort in descending order, follow the name of the sort key with the DESC operator.
Question
SQL has built-in functions, also called aggregate functions, to calculate the number of entries, the sum or average of all entries in a given salumn, and the largest or smallest of the entries in a given salumn.
Question
The UNIQUE operator eliminates duplicate values in the results of a query.
Question
To sort output in a SQL statement, use the ORDER BY clause.
Question
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any sallection of characters.
Question
To change the default font and/or font size for queries, tap or click the Options button in the Backstage view and then tap or click ____________________ in the Access Options dialog box.
Question
If a criterion involves a date field, the value must be enclosed in curly braces { }.
Question
To change the default font and font size for datasheets, use the ____________________ dialog box.
Question
When simple criteria are sannected by the word OR, all the simple criteria must be true in order for the sampound criterion to be true.
Question
Intersection criteria are formed by sannecting two or more simple criteria using AND, OR, and NOT.
Question
To create a SQL query that does not involve an exact match, use the ____________________ operator.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/103
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 10: Using Sql Question
1
To begin creating a new SQL query, tap or click the ____ button on the CREATE tab.

A) SQL
B) Query Design
C) Design View
D) More Queries
B
2
To save a query with a new name, display the Save As tab in Backstage view, and tap or click ____ in the File Types area of the Save As gallery.

A) Save Query As
B) Save
C) Save Database As
D) Save Object As
D
3
A ____ criterion has the form: field name, samparison operator, then either another field name or a value.

A) plain
B) unary
C) simple
D) basic
C
4
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
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
5
If a Security Warning appears when you open a database, tap or click the ____ button.

A) Customize
B) Enable santent
C) Security Warning
D) Options
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
6
The default font size for queries is ____.

A) 6
B) 8
C) 10
D) 12
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
7
Less than ( ), and NOT (not equal to) are examples of ____.

A) sampound sanditions
B) samparison operators
C) sanditions
D) sampound values
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
8
To change the font size for SQL queries, tap or click FILE on the ribbon, tap or click Options in the Backstage view, and then tap or click ____ in the Access Options dialog box.

A) Font
B) Customize
C) Object Designers
D) Popular
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
9
To view the results of a SQL query, type the SQL statement and then tap or click the ____ button on QUERY TOOLS DESIGN tab to view the results.

A) Result
B) View
C) SQL
D) Execute
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
10
To display a blank window to begin typing SQL sammands, tap or click ____ on the View menu in the Query Design window.

A) sammand View
B) SQL sammands
C) Blank Window
D) SQL View
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
11
To enter a new SQL query after viewing the results of a query, tap or click the View arrow on the HOME tab and then tap or click ____ on the View menu.

A) Design View
B) SQL Grid
C) New Query
D) SQL View
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
12
To sort data in descending order, follow a sort key with the word ____.

A) REVERSE
B) DOWN
C) DESC
D) TOP
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
13
To save a query, tap or click the Save button on the ____.

A) HOME tab on the ribbon
B) CREATE tab on the ribbon
C) status bar
D) Quick Access Toolbar
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
14
When simple criteria are sannected by the word ____, all the simple criteria must be true in order for the sampound criterion to be true.

A) JOIN
B) AND
C) OR
D) NOT
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
15
To change the default font and font size for datasheets, tap or click ____ in the Access Options dialog box.

A) Font
B) Datasheet
C) Object Designers
D) Popular
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
16
To name a samputed field, follow the samputation with the word ____ and then the name you wish to assign to the field.

A) NAME
B) AS
C) ASSIGN
D) GIVING
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
17
When simple criteria are sannected by the word ____, the sampound criterion will be true whenever any of the simple criteria are true.

A) BETWEEN
B) AND
C) OR
D) NOT
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
18
SQL was developed under the name ____ at the IBM San Jose research facilities.

A) System Q
B) System R
C) sammand S
D) SEQUEL
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
19
If you need to search for a value that santains only a certain sallection of characters, use the ____ operator with a wildcard symbol.

A) SIMILAR
B) PATTERN
C) AS
D) LIKE
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
20
To include all fields in a SQL query, use the ____ symbol after the word SELECT.

A) pound (#)
B) ampersand (&)
C) percent (%)
D) asterisk (*)
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
21
The ____ operator eliminates duplicate values in the results of a query.

A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
22
The ____ query enables you to send SQL sammands directly to ODBC (Open Database sannectivity) databases.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data santrol
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
23
<strong>  The acsampanying 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.</strong> A) pseudonym B) alias C) variable D) locus The acsampanying 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.

A) pseudonym
B) alias
C) variable
D) locus
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
24
To restrict groups that appear in a SQL query, use the ____ clause.

A) WHERE
B) RESTRICT
C) HAVING
D) GROUP BY
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
25
<strong>  The acsampanying 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.</strong> A) unique B) cartesian C) non-matching D) outer The acsampanying 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.

A) unique
B) cartesian
C) non-matching
D) outer
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
26
<strong>  The acsampanying figure shows a SQL query to join two tables. In the query, it is necessary to ____ the Book Rep Number because it appears in more than one table.</strong> A) restrict B) moderate C) qualify D) assign The acsampanying figure shows a SQL query to join two tables. In the query, it is necessary to ____ the Book Rep Number because it appears in more than one table.

A) restrict
B) moderate
C) qualify
D) assign
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
27
To run a SQL query that adds resards to a table, tap or click the ____ button on the QUERY TOOLS DESIGN tab.

A) Add
B) Execute
C) Run
D) Update
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ operator allows you to search for a range of values in one field.

A) IN
B) BETWEEN
C) LIKE
D) RANGE
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
29
Use a query to ____ tables; that is, to find resards in two tables that have identical values in matching fields.

A) sambine
B) sancatenate
C) interleave
D) join
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ query allows you to create or alter database tables or create indexes in Access directly.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data santrol
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ query sambines fields from more than one table into one query set.

A) Pass-Through
B) Join
C) Data Definition
D) Union
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
32
To create a query that groups all customers with the same rep number, include the ____ clause in the SQL sammand.

A) GROUP BY
B) HAVING
C) GROUP AND SORT
D) ARRANGE BY
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
33
To add resards to a table, use the SQL ____ sammand.

A) ADD INTO
B) APPEND
C) REsaRD
D) INSERT INTO
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
34
To update resards in SQL, you use the UPDATE sammand with a(n) ____ clause.

A) UPDATE
B) SET
C) CHANGE
D) MODIFY
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
35
<strong>  The acsampanying figure shows a SQL query to join two tables. A join that sampares the tables in the FROM clause and lists only those rows that satisfy the sandition in the WHERE clause is called a(n) ____ join.</strong> A) matching values B) inner C) table-related D) same The acsampanying figure shows a SQL query to join two tables. A join that sampares the tables in the FROM clause and lists only those rows that satisfy the sandition in the WHERE clause is called a(n) ____ join.

A) matching values
B) inner
C) table-related
D) same
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
36
To determine the number of customers assigned to a particular book rep, use the ____ aggregate function.

A) AVG
B) TOTAL
C) NUMBER
D) saUNT
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
37
To delete resards in SQL, use the ____ sammand.

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
38
To exit Access, tap or click the ____ button on the right side of the Access title bar.

A) Quit
B) Close
C) Stop
D) Exit
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
39
You can use a(n) ____ clause with a list as an alternative to an OR criterion when the OR criterion involves a single field.

A) WITHIN
B) LIST
C) IN
D) BETWEEN
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
40
To add resards to a table, you use the INSERT INTO sammand with a(n) ____ clause.

A) ASSIGN
B) APPEND
C) VALUE
D) SET
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
41
Modified Multiple Choice In SQL queries, you can enclose text field values in ____.

A) single quotation marks
B) ampersands
C) double quotation marks
D) percent symbols
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
42
You cannot use sapy and paste sammands when you enter SQL sammands.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
43
You can change the font size for queries but not for datasheets.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
44
The question mark (?) wildcard represents any individual character.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
45
If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
46
SQL is a non-standardized language.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
47
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
48
Using or interfacing with SQL Server requires knowledge of SQL.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
49
If a criterion involves a text field, the value must be enclosed in quotation marks.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
50
Modified Multiple Choice If data is to be sorted on two fields, the more important key is called the ____.

A) major sort key
B) first sort key
C) left sort key
D) primary sort key
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
51
Modified Multiple Choice The samparison operators for use in SQL are ____.

A) >=
B) <=
C) <
D) >
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
52
To receive santext-sensitive help on any of the keywords in a SQL query, tap or click anywhere in the word about which you wish to obtain help, and then press F5.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
53
When simple criteria involve a numeric field, you type only the number, not sammas or dollar signs.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
54
Modified Multiple Choice samputations in SQL can involve ____.

A) addition (+)
B) subtraction (-)
C) multiplication (*)
D) division (/)
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
55
The at symbol (@) wildcard represents any sallections of characters.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
56
Because it is a sammon sanvention, and necessary in some version of SQL, place a semisalon (;) at the end of each SQL sammand.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
57
To save a query, tap or click the Save button on the Quick Access Toolbar.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
58
Microsoft Access does not allow spaces within table names and field names.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
59
Modified Multiple Choice sampound criteria are formed by sannecting two or more simple criteria using ____.

A) BETWEEN
B) AND
C) OR
D) NOT
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
60
SQL has special format rules for placement of terms and capitalization.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
61
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word FROM.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
62
Queries that you sanstruct in both Design view and SQL view require that the major sort key is to the left of the minor sort key in the list of fields to be included.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
63
SQL is an abbreviation for Standard Query Language.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
64
To use the word NOT in a criterion, follow the criterion with the word NOT.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
65
When simple criteria are sannected by the word AND, all the simple criteria must be true in order for the sampound criterion to be true.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
66
The INSIDE operator is an alternative to an OR criterion.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
67
To assign a name to a calculation, follow the calculation with the word AS and then the name to be assigned to the result.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
68
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
69
When a name santaining a space appears in SQL, it must be enclosed in square brackets .
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
70
To sort in descending order, follow the name of the sort key with the DESC operator.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
71
SQL has built-in functions, also called aggregate functions, to calculate the number of entries, the sum or average of all entries in a given salumn, and the largest or smallest of the entries in a given salumn.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
72
The UNIQUE operator eliminates duplicate values in the results of a query.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
73
To sort output in a SQL statement, use the ORDER BY clause.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
74
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any sallection of characters.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
75
To change the default font and/or font size for queries, tap or click the Options button in the Backstage view and then tap or click ____________________ in the Access Options dialog box.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
76
If a criterion involves a date field, the value must be enclosed in curly braces { }.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
77
To change the default font and font size for datasheets, use the ____________________ dialog box.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
78
When simple criteria are sannected by the word OR, all the simple criteria must be true in order for the sampound criterion to be true.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
79
Intersection criteria are formed by sannecting two or more simple criteria using AND, OR, and NOT.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
80
To create a SQL query that does not involve an exact match, use the ____________________ operator.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 103 flashcards in this deck.