Deck 1: Getting Started

ملء الشاشة (f)
exit full mode
سؤال
Most organizations create and use their own database management system (DBMS)products.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
By separating data into tables containing data on only one theme each,making changes to the data is simplified.
سؤال
The DBMS receives data update requests from the application program.
سؤال
Although users use database systems,they are not considered part of a database system.
سؤال
An advantage of keeping data in lists is that if you add a new row of data to the list,you will never have null values occurring for any data item in the row.
سؤال
Relational database tables are commonly combined,queried,and processed using Structured Query Language (SQL).
سؤال
Usually,a database table containing both rows and columns is designed to store data for exactly two themes.
سؤال
The DBMS is used to create the database itself.
سؤال
Referential integrity constraints must be enforced by the application program.
سؤال
An advantage of keeping data in lists is that if you update a data value in one row of data in a list,other occurrences of the same data item in other rows will be automatically updated as well.
سؤال
A relational database stores data in the form of lists.
سؤال
One problem with storing duplicated data is the potential for inconsistent values.
سؤال
The purpose of a database is to help people keep track of things.
سؤال
Application programs are responsible for creating,maintaining,and supporting database backup and recovery systems.
سؤال
A database is self-describing because the user maintains a record of the database structure outside the database itself.
سؤال
A possible problem with keeping data in lists is that if you delete a row of data from a list,you may also delete some data items that you want to keep.
سؤال
Metadata is the user data stored in the database.
سؤال
A relational database can be defined as a self-describing collection of related tables.
سؤال
A database is a set of one or more computer programs that serves as an intermediary between the users and the database management system (DBMS).
سؤال
SQL stands for Structural Question Language.
سؤال
The component of a database that makes it self-describing is the:

A)related tables.
B)applications.
C)library.
D)data set.
E)metadata.
سؤال
Which of the following problems associated with storing data in a list is avoided by storing data in a relational database?

A)Maintaining the data may require changing the same data value in many locations
B)Inconsistency when a data item is used multiple times
C)Inability to store partial data
D)Duplication of data items
E)All of the above
سؤال
The Microsoft Access 2013 application generator provides the ability to create and store forms,reports,and queries.
سؤال
Today almost every commercial database is based on:

A)lists.
B)the hierarchical model.
C)the linked-list model.
D)the relational model.
E)the object-oriented model.
سؤال
Microsoft Access 2013 is a personal database that combines a DBMS with an application generator.
سؤال
In the general division of labor between database applications and the DBMS,the processing of forms is considered a DBMS task.
سؤال
Which of the following is not a basic component of a database system?

A)Database
B)User
C)ERD
D)DBMS
E)Data applications
سؤال
There is no reason for serious database developers to learn many aspects of database processing technology because DBMS products like Microsoft Access hide these aspects.
سؤال
A relational database stores data in the form of:

A)lists.
B)forms.
C)columns.
D)tables.
E)spreadsheets.
سؤال
In the general division of labor between database applications and the DBMS,the application program determines which tables need to be modified.
سؤال
A relational database is:

A)a self-describing collection of related tables.
B)a collection of forms and reports that support a given purpose.
C)a library of queries and data files for querying.
D)a set of applications and the data sets for those applications.
E)a set of metadata.
سؤال
SQL stands for:

A)Standard Query Language.
B)Structural Question Language.
C)Structured Query Language.
D)Standard Question Language.
E)Structured Question Language.
سؤال
In the general division of labor between database applications and the DBMS,the application program formats the results of a query into a report.
سؤال
Microsoft Access 2013 databases are stored using the file extension .accdb.
سؤال
Microsoft Access 2013 uses the Access 2003 .mdb file format as the default file format for database files.
سؤال
The statement SELECT STUDENT.StudentNumber,STUDENT.StudentName,
FROM STUDENT
WHERE STUDENT.StudentNumber = S12345678;
Is an example of:

A)QBE.
B)SQL.
C)QLE.
D)C++.
E)Java.
سؤال
Microsoft Access 2013 uses the AutoNumber data type to create surrogate keys.
سؤال
Which of the following would not be an example of database metadata?

A)Names of tables in a database
B)Properties of tables in a database
C)Names of columns in a database and their associated tables
D)Properties of columns
E)Queries against records in the database tables
سؤال
A database may be used to help people:

A)track which student is assigned to a particular advisor.
B)know the current inventory levels of products their company sells.
C)check on the estimated arrival time of an incoming flight at an airport.
D)look up their checking account balance over the Internet.
E)All of the above
سؤال
Personal DBMS products,such as Microsoft Access,create a clear distinction between the DBMS and the database application.
سؤال
The purpose of a database is to help people ________.
سؤال
The Microsoft Access application generator is not responsible for:

A)creating forms.
B)creating reports.
C)creating queries.
D)creating tables.
E)storing queries.
سؤال
Microsoft Access is a personal database system,and a personal database system is characterized by:

A)the DBMS removing the metadata from the database.
B)the DBMS product taking the role of the DBMS and the database application generator.
C)the database being stored inside the DBMS.
D)the DBMS product being limited to a maximum of ten tables in any given database.
E)the DBMS not supporting indexes.
سؤال
Data that the database keeps about its own structure is called ________.
سؤال
________ constraints are rules that the DBMS enforces to ensure that data values in one table have corresponding values in another related table.
سؤال
Which of the following is a function of the database application in a database system?

A)Create and transmit queries
B)Update database data
C)Maintain database structures
D)Create tables
E)Backup and restore data
سؤال
The Microsoft Access 2013 data type of AutoNumber is used when there is a specific need for a:

A)foreign key.
B)primary key.
C)surrogate key.
D)spare key.
E)secondary key.
سؤال
The creation of a database and its tables is a function of which component of the database system?

A)Users
B)Application
C)DBMS
D)Database
E)Web server
سؤال
The purpose of the ________ in a database system is to receive requests from applications and to translate those requests into reads and writes on the database files.
سؤال
Microsoft Access 2013 database files are stored using the file extension:

A).adb.
B).asp.
C).accdb.
D).mdb.
E).sql.
سؤال
The DBMS controls ________ by ensuring that one user's work does not inappropriately interfere with another user's work.
سؤال
A(n)________ is a set of one or more computer programs that serves as an intermediary between the user and the DBMS.
سؤال
A relational database stores data in the form of ________.
سؤال
In a database system,the ________ creates and processes forms.
سؤال
In relational databases,query requests use a language called ________.
سؤال
It is almost always best to design a table in a database so that it contains data on ________ theme.
سؤال
The default file format for Microsoft Access 2013 database files is the:

A)Access 2007 format.
B)Access 2003 format.
C)Access XP format.
D)SQL Server format.
E)XBD format.
سؤال
Which of the following is not a function of the database application in a database system?

A)Execute application logic
B)Control concurrency
C)Create and process forms
D)Create and transmit queries
E)Create and process reports
سؤال
Which of the following is a function of the DBMS in a database system?

A)Create and transmit queries
B)Control applications
C)Create and process forms
D)Perform backup and recover
E)Process Web page requests
سؤال
Microsoft SQL Server is an example of a:

A)database.
B)database management system.
C)data manipulation system.
D)table.
E)list manager.
سؤال
What is "metadata," and how does it relate to the definition of a database?
سؤال
Microsoft Access 2013 generates surrogate key values when the ________ data type is used.
سؤال
What are "referential integrity constraints"? Give an example.
سؤال
What are the advantages and disadvantages of personal DBMS products hiding the complexity of database systems?
سؤال
Briefly describe the function of the DBMS in a database system.
سؤال
What problems with storing data on two themes in a list are addressed by database technology?
سؤال
The Microsoft Access application generator adds the ability to create and store ________,________,and ________.
سؤال
What components are included in a database?
سؤال
Microsoft Access is considered a "personal database" product.What is a personal database?
سؤال
Microsoft Access 2013 database files are stored using the ________ file extension.
سؤال
Briefly describe the function of an application program in a database system.
سؤال
What is a surrogate key and how does Microsoft Access 2013 create surrogate keys?
سؤال
Briefly describe the four components of a database system.
سؤال
What Microsoft Access file format is used by default in Microsoft Access 2013?
سؤال
Microsoft Access is a(n)________,which combines a DBMS and an application generator.
سؤال
By default,Microsoft Access 2013 saves data files in the ________ file format.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/76
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: Getting Started
1
Most organizations create and use their own database management system (DBMS)products.
False
2
By separating data into tables containing data on only one theme each,making changes to the data is simplified.
True
3
The DBMS receives data update requests from the application program.
True
4
Although users use database systems,they are not considered part of a database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
5
An advantage of keeping data in lists is that if you add a new row of data to the list,you will never have null values occurring for any data item in the row.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
6
Relational database tables are commonly combined,queried,and processed using Structured Query Language (SQL).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
7
Usually,a database table containing both rows and columns is designed to store data for exactly two themes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
8
The DBMS is used to create the database itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
9
Referential integrity constraints must be enforced by the application program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
10
An advantage of keeping data in lists is that if you update a data value in one row of data in a list,other occurrences of the same data item in other rows will be automatically updated as well.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
11
A relational database stores data in the form of lists.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
12
One problem with storing duplicated data is the potential for inconsistent values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
13
The purpose of a database is to help people keep track of things.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
14
Application programs are responsible for creating,maintaining,and supporting database backup and recovery systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
15
A database is self-describing because the user maintains a record of the database structure outside the database itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
16
A possible problem with keeping data in lists is that if you delete a row of data from a list,you may also delete some data items that you want to keep.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
17
Metadata is the user data stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
18
A relational database can be defined as a self-describing collection of related tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
19
A database is a set of one or more computer programs that serves as an intermediary between the users and the database management system (DBMS).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
20
SQL stands for Structural Question Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
21
The component of a database that makes it self-describing is the:

A)related tables.
B)applications.
C)library.
D)data set.
E)metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which of the following problems associated with storing data in a list is avoided by storing data in a relational database?

A)Maintaining the data may require changing the same data value in many locations
B)Inconsistency when a data item is used multiple times
C)Inability to store partial data
D)Duplication of data items
E)All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
23
The Microsoft Access 2013 application generator provides the ability to create and store forms,reports,and queries.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
24
Today almost every commercial database is based on:

A)lists.
B)the hierarchical model.
C)the linked-list model.
D)the relational model.
E)the object-oriented model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
25
Microsoft Access 2013 is a personal database that combines a DBMS with an application generator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
26
In the general division of labor between database applications and the DBMS,the processing of forms is considered a DBMS task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
27
Which of the following is not a basic component of a database system?

A)Database
B)User
C)ERD
D)DBMS
E)Data applications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
28
There is no reason for serious database developers to learn many aspects of database processing technology because DBMS products like Microsoft Access hide these aspects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
29
A relational database stores data in the form of:

A)lists.
B)forms.
C)columns.
D)tables.
E)spreadsheets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
30
In the general division of labor between database applications and the DBMS,the application program determines which tables need to be modified.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
31
A relational database is:

A)a self-describing collection of related tables.
B)a collection of forms and reports that support a given purpose.
C)a library of queries and data files for querying.
D)a set of applications and the data sets for those applications.
E)a set of metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
32
SQL stands for:

A)Standard Query Language.
B)Structural Question Language.
C)Structured Query Language.
D)Standard Question Language.
E)Structured Question Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
33
In the general division of labor between database applications and the DBMS,the application program formats the results of a query into a report.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
34
Microsoft Access 2013 databases are stored using the file extension .accdb.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
35
Microsoft Access 2013 uses the Access 2003 .mdb file format as the default file format for database files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
36
The statement SELECT STUDENT.StudentNumber,STUDENT.StudentName,
FROM STUDENT
WHERE STUDENT.StudentNumber = S12345678;
Is an example of:

A)QBE.
B)SQL.
C)QLE.
D)C++.
E)Java.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
37
Microsoft Access 2013 uses the AutoNumber data type to create surrogate keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following would not be an example of database metadata?

A)Names of tables in a database
B)Properties of tables in a database
C)Names of columns in a database and their associated tables
D)Properties of columns
E)Queries against records in the database tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
39
A database may be used to help people:

A)track which student is assigned to a particular advisor.
B)know the current inventory levels of products their company sells.
C)check on the estimated arrival time of an incoming flight at an airport.
D)look up their checking account balance over the Internet.
E)All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
40
Personal DBMS products,such as Microsoft Access,create a clear distinction between the DBMS and the database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
41
The purpose of a database is to help people ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
42
The Microsoft Access application generator is not responsible for:

A)creating forms.
B)creating reports.
C)creating queries.
D)creating tables.
E)storing queries.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
43
Microsoft Access is a personal database system,and a personal database system is characterized by:

A)the DBMS removing the metadata from the database.
B)the DBMS product taking the role of the DBMS and the database application generator.
C)the database being stored inside the DBMS.
D)the DBMS product being limited to a maximum of ten tables in any given database.
E)the DBMS not supporting indexes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
44
Data that the database keeps about its own structure is called ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
45
________ constraints are rules that the DBMS enforces to ensure that data values in one table have corresponding values in another related table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
46
Which of the following is a function of the database application in a database system?

A)Create and transmit queries
B)Update database data
C)Maintain database structures
D)Create tables
E)Backup and restore data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
47
The Microsoft Access 2013 data type of AutoNumber is used when there is a specific need for a:

A)foreign key.
B)primary key.
C)surrogate key.
D)spare key.
E)secondary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
48
The creation of a database and its tables is a function of which component of the database system?

A)Users
B)Application
C)DBMS
D)Database
E)Web server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
49
The purpose of the ________ in a database system is to receive requests from applications and to translate those requests into reads and writes on the database files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
50
Microsoft Access 2013 database files are stored using the file extension:

A).adb.
B).asp.
C).accdb.
D).mdb.
E).sql.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
51
The DBMS controls ________ by ensuring that one user's work does not inappropriately interfere with another user's work.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
52
A(n)________ is a set of one or more computer programs that serves as an intermediary between the user and the DBMS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
53
A relational database stores data in the form of ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
54
In a database system,the ________ creates and processes forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
55
In relational databases,query requests use a language called ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
56
It is almost always best to design a table in a database so that it contains data on ________ theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
57
The default file format for Microsoft Access 2013 database files is the:

A)Access 2007 format.
B)Access 2003 format.
C)Access XP format.
D)SQL Server format.
E)XBD format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which of the following is not a function of the database application in a database system?

A)Execute application logic
B)Control concurrency
C)Create and process forms
D)Create and transmit queries
E)Create and process reports
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
59
Which of the following is a function of the DBMS in a database system?

A)Create and transmit queries
B)Control applications
C)Create and process forms
D)Perform backup and recover
E)Process Web page requests
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
60
Microsoft SQL Server is an example of a:

A)database.
B)database management system.
C)data manipulation system.
D)table.
E)list manager.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
61
What is "metadata," and how does it relate to the definition of a database?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
62
Microsoft Access 2013 generates surrogate key values when the ________ data type is used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
63
What are "referential integrity constraints"? Give an example.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
64
What are the advantages and disadvantages of personal DBMS products hiding the complexity of database systems?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
65
Briefly describe the function of the DBMS in a database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
66
What problems with storing data on two themes in a list are addressed by database technology?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
67
The Microsoft Access application generator adds the ability to create and store ________,________,and ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
68
What components are included in a database?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
69
Microsoft Access is considered a "personal database" product.What is a personal database?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
70
Microsoft Access 2013 database files are stored using the ________ file extension.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
71
Briefly describe the function of an application program in a database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
72
What is a surrogate key and how does Microsoft Access 2013 create surrogate keys?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
73
Briefly describe the four components of a database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
74
What Microsoft Access file format is used by default in Microsoft Access 2013?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
75
Microsoft Access is a(n)________,which combines a DBMS and an application generator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
76
By default,Microsoft Access 2013 saves data files in the ________ file format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.