Deck 8: Using SQL

ملء الشاشة (f)
exit full mode
سؤال
To save a query, 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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
When simple criteria are connected by the word _____, all the simple criteria must be true in order for the compound criterion to be true.

A) JOIN
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) Command S
D) SEQUEL
سؤال
When simple criteria are connected by the word _____, the compound criterion will be true whenever any of the simple criteria are true.

A) BETWEEN
B) AND
C) OR
D) NOT
سؤال
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
سؤال
To change the font size for SQL queries, click File on the Ribbon, click Options in the Backstage view, and then click _____ in the Access Options dialog box.

A) Font
B) Customize
C) Object Designers
D) Popular
سؤال
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
سؤال
If you need to search for a value that contains only a certain collection of characters, use the _____ operator with a wildcard symbol.

A) SIMILAR
B) PATTERN
C) AS
D) LIKE
سؤال
If a criterion in a SQL query uses a date, enclose the value between _____ signs.

A) carat (^)
B) percent (%)
C) dollar ($)
D) number (#)
سؤال
The default font size for queries is _____.

A) 6
B) 8
C) 10
D) 12
سؤال
To display a blank window to begin typing SQL commands, click _____ on the View menu.

A) Command View
B) SQL Window
C) Blank Window
D) SQL View
سؤال
If a Security Warning appears when you open a database, click the ____ button.

A) Customize
B) Enable Content
C) Security Warning
D) Options
سؤال
There are two different versions for the "not equal to" comparison operator; and _____.

A) >!
B) @@
C) !=
D) &&
سؤال
To view the results of a SQL query, type the SQL statement and then click the _____ button to view the results.

A) Result
B) View
C) SQL
D) Execute
سؤال
To enter a new SQL query after viewing the results of a query, click the View button arrow and then click _____ on the View button menu.

A) Design View
B) SQL Grid
C) New Query
D) SQL View
سؤال
Less than ( ), and NOT (not equal to) are examples of _____.

A) compound conditions
B) comparison operators
C) conditions
D) compound values
سؤال
To include all fields in a SQL query, use the _____ symbol after the word SELECT.

A) pound (#)
B) ampersand (&)
C) percent (%)
D) asterisk (*)
سؤال
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
سؤال
To begin creating a new SQL query, click the _____ button on the Create tab.

A) SQL
B) Query Design
C) Design View
D) More Queries
سؤال
To determine the number of clients assigned to a particular analyst, use the _____ aggregate function.

A) AVG
B) TOTAL
C) NUMBER
D) COUNT
سؤال
Use a query to _____ tables; that is, to find records in two tables that have identical values in matching fields.

A) combine
B) concatenate
C) interleave
D) join
سؤال
To update records in SQL, you use the UPDATE command with a(n) _____ clause.

A) UPDATE
B) SET
C) CHANGE
D) MODIFY
سؤال
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
سؤال
<strong>  The accompanying figure shows a SQL query to join two tables. In the query, it is necessary to _____ the Business Analyst Number because it appears in more than one table.</strong> A) restrict B) moderate C) qualify D) assign <div style=padding-top: 35px> The accompanying figure shows a SQL query to join two tables. In the query, it is necessary to _____ the Business Analyst Number because it appears in more than one table.

A) restrict
B) moderate
C) qualify
D) assign
سؤال
<strong>  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.</strong> A) unique B) cartesian C) non-matching D) outer <div style=padding-top: 35px> 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.

A) unique
B) cartesian
C) non-matching
D) outer
سؤال
To restrict groups that appear in a SQL query, use the _____ clause.

A) WHERE
B) RESTRICT
C) HAVING
D) GROUP BY
سؤال
To add records to a table, use the SQL _____ command.

A) ADD INTO
B) APPEND
C) RECORD
D) INSERT INTO
سؤال
To sort data in descending order, follow a sort key with the word _____.

A) REVERSE
B) DOWN
C) DESC
D) TOP
سؤال
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
سؤال
The _____ operator eliminates duplicate values in the results of a query.

A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES
سؤال
<strong>  The accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition 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 accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) _____ join.

A) matching values
B) inner
C) table-related
D) same
سؤال
<strong>  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.</strong> A) pseudonym B) alias C) variable D) locus <div style=padding-top: 35px> 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.

A) pseudonym
B) alias
C) variable
D) locus
سؤال
To quit Access, click the ____ button on the right side of the Access title bar.

A) Quit
B) Close
C) Stop
D) Exit
سؤال
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 Control
سؤال
The _____ query enables you to send SQL commands directly to ODBC (Open Database Connectivity) databases.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data Control
سؤال
The _____ query combines fields from more than one table into one query set.

A) Pass-Through
B) Join
C) Data Definition
D) Union
سؤال
To add records to a table, you use the INSERT INTO command with a(n) _____ clause.

A) ASSIGN
B) APPEND
C) VALUE
D) SET
سؤال
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 delete records in SQL, use the _____ command.

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
سؤال
Modified Multiple Choice The possible versions of the "not equal to" operator are _____.

A)
B) &&
C) !=
D) #
سؤال
To use or interface with SQL Server requires knowledge of SQL.
سؤال
SQL has special format rules for placement of terms and capitalization.
سؤال
To receive context-sensitive help on any of the keywords in a SQL query, click anywhere in the word about which you wish to obtain help, and then press F
5.
سؤال
You cannot use copy and paste commands when you enter SQL commands.
سؤال
You can change the font size for queries but not for datasheets.
سؤال
Modified Multiple Choice Computations in SQL can involve _____.

A) addition (+)
B) subtraction (-)
C) multiplication (*)
D) division (/)
سؤال
Because it is a common convention, and necessary in some version of SQL, place a semicolon (;) at the end of each SQL command.
سؤال
To save a query, click the Save button on the Quick Access Toolbar.
سؤال
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
سؤال
When simple criteria involve a numeric field, you type only the number, not commas or dollar signs.
سؤال
If a criterion involves a text field, the value must be enclosed in single or double quotation marks.
سؤال
Modified Multiple Choice The comparison operators for use in SQL are _____.

A) >=
B) <=
C) <
D) >
سؤال
Modified Multiple Choice Compound criteria are formed by connecting two or more simple criteria using _____.

A) BETWEEN
B) AND
C) OR
D) NOT
سؤال
Microsoft Access does not allow spaces within table names and field names.
سؤال
When simple criteria are connected by the word AND, all the simple criteria must be true in order for the compound criterion to be true.
سؤال
SQL is a non-standardized language.
سؤال
If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.
سؤال
When simple criteria are connected by the word OR, all the simple criteria must be true in order for the compound criterion to be true.
سؤال
If a criterion involves a date field, the value must be enclosed in curly braces { }.
سؤال
To change the default font and/or font size for queries, click the Options button in the Backstage view and then click ____________________ in the Access Options dialog box.
سؤال
Intersection criteria are formed by connecting two or more simple criteria using AND, OR, and NOT.
سؤال
SQL is an abbreviation for Standard Query Language.
سؤال
To sort in descending order, follow the name of the sort key with the DESC operator.
سؤال
Queries that you construct 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.
سؤال
To sort output in a SQL statement, use the ORDER BY clause.
سؤال
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 column, and the largest or smallest of the entries in a given column.
سؤال
The question mark (?) wildcard represents any collections of characters.
سؤال
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 FROM.
سؤال
To change the default font and font size for datasheets, use the ____________________ dialog box.
سؤال
To use the word NOT in a criterion, follow the criterion with the word NOT.
سؤال
When a name containing a space appears in SQL, it must be enclosed in square brackets .
سؤال
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
سؤال
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
سؤال
The UNIQUE operator eliminates duplicate values in the results of a query.
سؤال
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any collection of characters.
سؤال
The at symbol (@) wildcard represents any collections of characters.
سؤال
The INSIDE operator is an alternative to an OR criterion.
سؤال
To create a SQL query that does not involve an exact match, use the ____________________ operator.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/112
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 8: Using SQL
1
To save a query, 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
D
2
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
A
3
When simple criteria are connected by the word _____, all the simple criteria must be true in order for the compound criterion to be true.

A) JOIN
B) AND
C) OR
D) NOT
B
4
SQL was developed under the name _____ at the IBM San Jose research facilities.

A) System Q
B) System R
C) Command S
D) SEQUEL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
5
When simple criteria are connected by the word _____, the compound criterion will be true whenever any of the simple criteria are true.

A) BETWEEN
B) AND
C) OR
D) NOT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
6
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
7
To change the font size for SQL queries, click File on the Ribbon, click Options in the Backstage view, and then click _____ in the Access Options dialog box.

A) Font
B) Customize
C) Object Designers
D) Popular
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
9
If you need to search for a value that contains only a certain collection of characters, use the _____ operator with a wildcard symbol.

A) SIMILAR
B) PATTERN
C) AS
D) LIKE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
10
If a criterion in a SQL query uses a date, enclose the value between _____ signs.

A) carat (^)
B) percent (%)
C) dollar ($)
D) number (#)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
11
The default font size for queries is _____.

A) 6
B) 8
C) 10
D) 12
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
12
To display a blank window to begin typing SQL commands, click _____ on the View menu.

A) Command View
B) SQL Window
C) Blank Window
D) SQL View
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
13
If a Security Warning appears when you open a database, click the ____ button.

A) Customize
B) Enable Content
C) Security Warning
D) Options
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
14
There are two different versions for the "not equal to" comparison operator; and _____.

A) >!
B) @@
C) !=
D) &&
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
15
To view the results of a SQL query, type the SQL statement and then click the _____ button to view the results.

A) Result
B) View
C) SQL
D) Execute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
16
To enter a new SQL query after viewing the results of a query, click the View button arrow and then click _____ on the View button menu.

A) Design View
B) SQL Grid
C) New Query
D) SQL View
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
17
Less than ( ), and NOT (not equal to) are examples of _____.

A) compound conditions
B) comparison operators
C) conditions
D) compound values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
18
To include all fields in a SQL query, use the _____ symbol after the word SELECT.

A) pound (#)
B) ampersand (&)
C) percent (%)
D) asterisk (*)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
19
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
20
To begin creating a new SQL query, click the _____ button on the Create tab.

A) SQL
B) Query Design
C) Design View
D) More Queries
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
21
To determine the number of clients assigned to a particular analyst, use the _____ aggregate function.

A) AVG
B) TOTAL
C) NUMBER
D) COUNT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
22
Use a query to _____ tables; that is, to find records in two tables that have identical values in matching fields.

A) combine
B) concatenate
C) interleave
D) join
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
23
To update records in SQL, you use the UPDATE command with a(n) _____ clause.

A) UPDATE
B) SET
C) CHANGE
D) MODIFY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
24
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
25
<strong>  The accompanying figure shows a SQL query to join two tables. In the query, it is necessary to _____ the Business Analyst Number because it appears in more than one table.</strong> A) restrict B) moderate C) qualify D) assign The accompanying figure shows a SQL query to join two tables. In the query, it is necessary to _____ the Business Analyst Number because it appears in more than one table.

A) restrict
B) moderate
C) qualify
D) assign
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
26
<strong>  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.</strong> A) unique B) cartesian C) non-matching D) outer 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.

A) unique
B) cartesian
C) non-matching
D) outer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
27
To restrict groups that appear in a SQL query, use the _____ clause.

A) WHERE
B) RESTRICT
C) HAVING
D) GROUP BY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
28
To add records to a table, use the SQL _____ command.

A) ADD INTO
B) APPEND
C) RECORD
D) INSERT INTO
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
29
To sort data in descending order, follow a sort key with the word _____.

A) REVERSE
B) DOWN
C) DESC
D) TOP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
30
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
31
The _____ operator eliminates duplicate values in the results of a query.

A) UNIQUE
B) NO DUPLICATE
C) DISTINCT
D) UNIQUE VALUES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
32
<strong>  The accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) _____ join.</strong> A) matching values B) inner C) table-related D) same The accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) _____ join.

A) matching values
B) inner
C) table-related
D) same
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
33
<strong>  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.</strong> A) pseudonym B) alias C) variable D) locus 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.

A) pseudonym
B) alias
C) variable
D) locus
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
34
To quit Access, click the ____ button on the right side of the Access title bar.

A) Quit
B) Close
C) Stop
D) Exit
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
35
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 Control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
36
The _____ query enables you to send SQL commands directly to ODBC (Open Database Connectivity) databases.

A) Pass-Through
B) Prototype
C) Data Definition
D) Data Control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
37
The _____ query combines fields from more than one table into one query set.

A) Pass-Through
B) Join
C) Data Definition
D) Union
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
38
To add records to a table, you use the INSERT INTO command with a(n) _____ clause.

A) ASSIGN
B) APPEND
C) VALUE
D) SET
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
40
To delete records in SQL, use the _____ command.

A) REMOVE FROM
B) DROP
C) DELETE FROM
D) UPDATE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
41
Modified Multiple Choice The possible versions of the "not equal to" operator are _____.

A)
B) &&
C) !=
D) #
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
42
To use or interface with SQL Server requires knowledge of SQL.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
43
SQL has special format rules for placement of terms and capitalization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
44
To receive context-sensitive help on any of the keywords in a SQL query, click anywhere in the word about which you wish to obtain help, and then press F
5.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
45
You cannot use copy and paste commands when you enter SQL commands.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
46
You can change the font size for queries but not for datasheets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
47
Modified Multiple Choice Computations in SQL can involve _____.

A) addition (+)
B) subtraction (-)
C) multiplication (*)
D) division (/)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
48
Because it is a common convention, and necessary in some version of SQL, place a semicolon (;) at the end of each SQL command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
49
To save a query, click the Save button on the Quick Access Toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
51
When simple criteria involve a numeric field, you type only the number, not commas or dollar signs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
52
If a criterion involves a text field, the value must be enclosed in single or double quotation marks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
53
Modified Multiple Choice The comparison operators for use in SQL are _____.

A) >=
B) <=
C) <
D) >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
54
Modified Multiple Choice Compound criteria are formed by connecting two or more simple criteria using _____.

A) BETWEEN
B) AND
C) OR
D) NOT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
55
Microsoft Access does not allow spaces within table names and field names.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
56
When simple criteria are connected by the word AND, all the simple criteria must be true in order for the compound criterion to be true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
57
SQL is a non-standardized language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
58
If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
59
When simple criteria are connected by the word OR, all the simple criteria must be true in order for the compound criterion to be true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
60
If a criterion involves a date field, the value must be enclosed in curly braces { }.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
61
To change the default font and/or font size for queries, click the Options button in the Backstage view and then click ____________________ in the Access Options dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
62
Intersection criteria are formed by connecting two or more simple criteria using AND, OR, and NOT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
63
SQL is an abbreviation for Standard Query Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
64
To sort in descending order, follow the name of the sort key with the DESC operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
65
Queries that you construct 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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
66
To sort output in a SQL statement, use the ORDER BY clause.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
67
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 column, and the largest or smallest of the entries in a given column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
68
The question mark (?) wildcard represents any collections of characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
69
To assign a name to a calculation, follow the calculation with the word AS and then the name to be assigned to the result.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
70
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word FROM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
71
To change the default font and font size for datasheets, use the ____________________ dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
72
To use the word NOT in a criterion, follow the criterion with the word NOT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
73
When a name containing a space appears in SQL, it must be enclosed in square brackets .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
74
When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
75
When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
76
The UNIQUE operator eliminates duplicate values in the results of a query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
77
Oracle and SQL Server use the percent sign (%) as a wildcard to represent any collection of characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
78
The at symbol (@) wildcard represents any collections of characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
79
The INSIDE operator is an alternative to an OR criterion.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
80
To create a SQL query that does not involve an exact match, use the ____________________ operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.