Deck 10: Using Sql Question

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
The default font size for queries is ____.

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

A) sampound sanditions
B) samparison operators
C) sanditions
D) sampound values
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
To sort data in descending order, follow a sort key with the word ____.

A) REVERSE
B) DOWN
C) DESC
D) TOP
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
SQL was developed under the name ____ at the IBM San Jose research facilities.

A) System Q
B) System R
C) sammand S
D) SEQUEL
سؤال
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
سؤال
To include all fields in a SQL query, use the ____ symbol after the word SELECT.

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

A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES
سؤال
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
سؤال
<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
سؤال
To restrict groups that appear in a SQL query, use the ____ clause.

A) WHERE
B) RESTRICT
C) HAVING
D) GROUP BY
سؤال
<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
سؤال
<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
سؤال
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
سؤال
The ____ operator allows you to search for a range of values in one field.

A) IN
B) BETWEEN
C) LIKE
D) RANGE
سؤال
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
سؤال
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
سؤال
The ____ query sambines fields from more than one table into one query set.

A) Pass-Through
B) Join
C) Data Definition
D) Union
سؤال
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
سؤال
To add resards to a table, use the SQL ____ sammand.

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

A) UPDATE
B) SET
C) CHANGE
D) MODIFY
سؤال
<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
سؤال
To determine the number of customers assigned to a particular book rep, use the ____ aggregate function.

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

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
سؤال
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
سؤال
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
سؤال
To add resards to a table, you use the INSERT INTO sammand with a(n) ____ clause.

A) ASSIGN
B) APPEND
C) VALUE
D) SET
سؤال
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
سؤال
You cannot use sapy and paste sammands when you enter SQL sammands.
سؤال
You can change the font size for queries but not for datasheets.
سؤال
The question mark (?) wildcard represents any individual character.
سؤال
If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.
سؤال
SQL is a non-standardized language.
سؤال
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
سؤال
Using or interfacing with SQL Server requires knowledge of SQL.
سؤال
If a criterion involves a text field, the value must be enclosed in quotation marks.
سؤال
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
سؤال
Modified Multiple Choice The samparison operators for use in SQL are ____.

A) >=
B) <=
C) <
D) >
سؤال
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.
سؤال
When simple criteria involve a numeric field, you type only the number, not sammas or dollar signs.
سؤال
Modified Multiple Choice samputations in SQL can involve ____.

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

A) BETWEEN
B) AND
C) OR
D) NOT
سؤال
SQL has special format rules for placement of terms and capitalization.
سؤال
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word FROM.
سؤال
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.
سؤال
SQL is an abbreviation for Standard Query Language.
سؤال
To use the word NOT in a criterion, follow the criterion with the word NOT.
سؤال
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.
سؤال
The INSIDE operator is an alternative to an OR criterion.
سؤال
To assign a name to a calculation, follow the calculation with the word AS and then the name to be assigned to the result.
سؤال
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
سؤال
When a name santaining a space appears in SQL, it must be enclosed in square brackets .
سؤال
To sort in descending order, follow the name of the sort key with the DESC operator.
سؤال
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.
سؤال
The UNIQUE operator eliminates duplicate values in the results of a query.
سؤال
To sort output in a SQL statement, use the ORDER BY clause.
سؤال
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any sallection of characters.
سؤال
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.
سؤال
If a criterion involves a date field, the value must be enclosed in curly braces { }.
سؤال
To change the default font and font size for datasheets, use the ____________________ dialog box.
سؤال
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.
سؤال
Intersection criteria are formed by sannecting two or more simple criteria using AND, OR, and NOT.
سؤال
To create a SQL query that does not involve an exact match, use the ____________________ operator.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/103
auto play flashcards
العب
simple tutorial
ملء الشاشة (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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
6
The default font size for queries is ____.

A) 6
B) 8
C) 10
D) 12
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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 (*)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
33
To add resards to a table, use the SQL ____ sammand.

A) ADD INTO
B) APPEND
C) REsaRD
D) INSERT INTO
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
37
To delete resards in SQL, use the ____ sammand.

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
42
You cannot use sapy and paste sammands when you enter SQL sammands.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
43
You can change the font size for queries but not for datasheets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
44
The question mark (?) wildcard represents any individual character.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
46
SQL is a non-standardized language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
47
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
48
Using or interfacing with SQL Server requires knowledge of SQL.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
49
If a criterion involves a text field, the value must be enclosed in quotation marks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
51
Modified Multiple Choice The samparison operators for use in SQL are ____.

A) >=
B) <=
C) <
D) >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
53
When simple criteria involve a numeric field, you type only the number, not sammas or dollar signs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
54
Modified Multiple Choice samputations in SQL can involve ____.

A) addition (+)
B) subtraction (-)
C) multiplication (*)
D) division (/)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
55
The at symbol (@) wildcard represents any sallections of characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
57
To save a query, tap or click the Save button on the Quick Access Toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
58
Microsoft Access does not allow spaces within table names and field names.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
60
SQL has special format rules for placement of terms and capitalization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
61
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word FROM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
63
SQL is an abbreviation for Standard Query Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
64
To use the word NOT in a criterion, follow the criterion with the word NOT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
66
The INSIDE operator is an alternative to an OR criterion.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
68
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
69
When a name santaining a space appears in SQL, it must be enclosed in square brackets .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
70
To sort in descending order, follow the name of the sort key with the DESC operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
72
The UNIQUE operator eliminates duplicate values in the results of a query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
73
To sort output in a SQL statement, use the ORDER BY clause.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
74
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any sallection of characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
76
If a criterion involves a date field, the value must be enclosed in curly braces { }.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
77
To change the default font and font size for datasheets, use the ____________________ dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
79
Intersection criteria are formed by sannecting two or more simple criteria using AND, OR, and NOT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
80
To create a SQL query that does not involve an exact match, use the ____________________ operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.