Deck 4: Database Processing

ملء الشاشة (f)
exit full mode
سؤال
Special data that describes the structure of a database is called metadata.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The purpose of a database is to keep track of things that involve a single theme.
سؤال
An example of a byte is a character of data.
سؤال
A group of related rows is called a table.
سؤال
A key is a column,or group of columns,that identifies a unique row in a table.
سؤال
A database management system (DBMS)is a program used to create,process,and administer a database.
سؤال
To modify an existing table,a developer can open the metadata form for that table and add a new row of metadata.
سؤال
Self-describing means that a database contains,within itself,a description of its contents.
سؤال
A DBMS and database mean the same thing and are synonymous terms that can be used interchangeably.
سؤال
A database is a self-describing collection of integrated records.
سؤال
Relational databases are databases that are not an organized format.
سؤال
Columns are also called records.
سؤال
Foreign keys are commonly used to help link one table to another.
سؤال
Metadata refers to entities of a database that users want to process.
سؤال
MySQL is an open source DBMS product that is license-free for most database applications.
سؤال
A group of similar rows or records in a table is called a field.
سؤال
A spreadsheet can be used to store data if the structure of a list is simple.
سؤال
The format of metadata depends on the software product that is processing the database.
سؤال
Each table in a database must have two or more primary keys.
سؤال
A database is best described as a collection of unrelated tables.
سؤال
Most organizations develop their own DBMS software to obtain control over data.
سؤال
Locking must be used to coordinate the activities of users to prevent the lost-update problem.
سؤال
An identifier is an attribute or a group of attributes whose value is associated with one,and only one,entity instance.
سؤال
Another important use of database application programs is to enable database processing over the Internet.
سؤال
A query shows the results of a search by a keyword.
سؤال
Developers generally construct a logical representation of database data,called a data model,after building a database.
سؤال
A data model describes data and relationships that will be stored in the database.
سؤال
Attributes are used to describe characteristics of entities.
سؤال
Most database applications meet all requirements for business needs.
سؤال
Enterprise DBMS products process large organizational and workgroup databases.
سؤال
One of the developmental tasks of a database administrator is to create a system to record and manage the resolution of problems.
سؤال
A database application is a collection of forms,reports,queries,and application programs that use the DBMS to process a database.
سؤال
Multi-user processing is common and generally problem free.
سؤال
Today,there are many personal DBMS products available including Paradox,dBase,rBase,and Fox-Pro.
سؤال
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
سؤال
SQL is an international standard language for processing a database.
سؤال
The lost update problem can be resolved by implementing multi-user database processing.
سؤال
Reports show data in a structured context.
سؤال
A user does not need user account credentials to access and process a database.
سؤال
In data models,physical objects are represented as entities,whereas logical constructs and transactions are represented as attributes.
سؤال
The Crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
سؤال
A foreign key is essential in relational databases to represent the relationship between two tables.
سؤال
Normalization is the process of combining two or more tables into a single table.
سؤال
1:N,N:M,and 1:1 are common examples of minimum cardinalities.
سؤال
Minimum cardinalities represent the minimum number of entity instances required in a relationship.
سؤال
Data duplication is an example of a data integrity problem.
سؤال
A many-to-many (N:M)relationship means that more than one entity is allowed on each side of the relationship and that the number of entities on each side can be different.
سؤال
Normalized tables are faster to process than tables that haven't been normalized.
سؤال
A NoSQL databases is a high-performance,special-requirements DBMS.
سؤال
In an entity-relationship (E-R)diagram,an entity is represented by a triangle,and the relationships between entities are represented by dotted lines.
سؤال
The easiest time to change the database structure is after the data modeling stage.
سؤال
Users are the final judges as to what data the database should contain and how the records in that database should be related to one another.
سؤال
Changing a relationship from one-to-many to many-to-many in a functional database is simply a matter of changing the N:N notation to N:M.
سؤال
The general goal of normalization is to construct tables such that every table has a single topic or theme.
سؤال
A line in an E-R diagram is used to represent the attributes of the entities.
سؤال
A database is required instead of a spreadsheet when ________.

A) professionals need to keep track of things
B) a user requires control over data
C) lists involve data with multiple themes
D) one or more users want to access the same data
سؤال
Relational DBMS are the workhorse of the information systems industry today and likely will be for many years to come.
سؤال
The small oval on a line in an E-R diagram means that the relationship must have an entity of that type.
سؤال
The accuracy of a database design is independent of the corresponding data model.
سؤال
NoSQL products guarantee that updates will be consistent or durable.
سؤال
A(n)________ is a search request for data from a database.

A) form
B) report
C) query
D) application
سؤال
Which of the following is the smallest data element in a database?

A) field
B) record
C) byte
D) file
سؤال
When you modify or delete data present in a database,you are ________.

A) creating a new database
B) forming a data model
C) simplifying the data structure
D) processing the database
سؤال
Which of the following is true of MySQL?

A) It is offered by Microsoft.
B) It is license-free for most applications.
C) It is a closed-source database product.
D) It is yet to be widely adopted.
سؤال
The tables that appear in a database are known as ________.

A) records
B) files
C) fields
D) attributes
سؤال
________ are used by users to read,insert,modify,and delete data in a database.

A) Reports
B) Forms
C) Queries
D) DBMSs
سؤال
A primary key used in a database is a ________.

A) group of rows that are formed to identify a unique table or file
B) column or group of columns that identifies a unique row in a table
C) character or byte that represents fields or columns
D) group of tables or files formed to identify a unique field or row
سؤال
Relational databases represent relationships using ____________.

A) foreign keys
B) file systems
C) metadata
D) unique identifiers
سؤال
Albert creates a relational database to store employee performance statistics.He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee.This column is referred to as a(n)________.

A) primary key
B) identifier
C) foreign key
D) functionally dependent record
سؤال
The rows in a database are called ________.

A) records
B) tables
C) files
D) fields
سؤال
In a database,________ are grouped into columns that represent table attributes.

A) fields
B) records
C) bytes
D) files
سؤال
Columns that are keys to different tables other than the ones in which they reside are called ___________.

A) attributes
B) foreign keys
C) primary keys
D) internal records
سؤال
Which of the following is an international standard language for processing a database?

A) Cassandra
B) DB2
C) SQL
D) MS Access
سؤال
A(n)________ is a program used to create,process,and administer a database.

A) operating system
B) DBMS
C) information system
D) data mart
سؤال
Metadata are ________.

A) code used for server-side processing
B) error logs of databases
C) data that describe data
D) encrypted data transmissions
سؤال
Which of the following is an example of a database management system?

A) MS Excel
B) Big Data
C) SQL Server
D) Access
سؤال
Which of the following data elements is placed higher than records in the database hierarchy?

A) file
B) field
C) character
D) byte
سؤال
A ________ is a collection of forms,reports,queries,and programs that use the DBMS to process a database.

A) database application
B) database design
C) data field
D) data model
سؤال
The columns in a database are called ________.

A) records
B) tables
C) files
D) fields
سؤال
Identify the open source DBMS product among the following:

A) MySQL
B) DB2
C) Access
D) Oracle Database
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/124
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 4: Database Processing
1
Special data that describes the structure of a database is called metadata.
True
2
The purpose of a database is to keep track of things that involve a single theme.
False
3
An example of a byte is a character of data.
True
4
A group of related rows is called a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
5
A key is a column,or group of columns,that identifies a unique row in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
6
A database management system (DBMS)is a program used to create,process,and administer a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
7
To modify an existing table,a developer can open the metadata form for that table and add a new row of metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
8
Self-describing means that a database contains,within itself,a description of its contents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
9
A DBMS and database mean the same thing and are synonymous terms that can be used interchangeably.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
10
A database is a self-describing collection of integrated records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
11
Relational databases are databases that are not an organized format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
12
Columns are also called records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
13
Foreign keys are commonly used to help link one table to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
14
Metadata refers to entities of a database that users want to process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
15
MySQL is an open source DBMS product that is license-free for most database applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
16
A group of similar rows or records in a table is called a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
17
A spreadsheet can be used to store data if the structure of a list is simple.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
18
The format of metadata depends on the software product that is processing the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
19
Each table in a database must have two or more primary keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
20
A database is best described as a collection of unrelated tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
21
Most organizations develop their own DBMS software to obtain control over data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
22
Locking must be used to coordinate the activities of users to prevent the lost-update problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
23
An identifier is an attribute or a group of attributes whose value is associated with one,and only one,entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
24
Another important use of database application programs is to enable database processing over the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
25
A query shows the results of a search by a keyword.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
26
Developers generally construct a logical representation of database data,called a data model,after building a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
27
A data model describes data and relationships that will be stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
28
Attributes are used to describe characteristics of entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
29
Most database applications meet all requirements for business needs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
30
Enterprise DBMS products process large organizational and workgroup databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
31
One of the developmental tasks of a database administrator is to create a system to record and manage the resolution of problems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
32
A database application is a collection of forms,reports,queries,and application programs that use the DBMS to process a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
33
Multi-user processing is common and generally problem free.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
34
Today,there are many personal DBMS products available including Paradox,dBase,rBase,and Fox-Pro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
35
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
36
SQL is an international standard language for processing a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
37
The lost update problem can be resolved by implementing multi-user database processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
38
Reports show data in a structured context.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
39
A user does not need user account credentials to access and process a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
40
In data models,physical objects are represented as entities,whereas logical constructs and transactions are represented as attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
41
The Crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
42
A foreign key is essential in relational databases to represent the relationship between two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
43
Normalization is the process of combining two or more tables into a single table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
44
1:N,N:M,and 1:1 are common examples of minimum cardinalities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
45
Minimum cardinalities represent the minimum number of entity instances required in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
46
Data duplication is an example of a data integrity problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
47
A many-to-many (N:M)relationship means that more than one entity is allowed on each side of the relationship and that the number of entities on each side can be different.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
48
Normalized tables are faster to process than tables that haven't been normalized.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
49
A NoSQL databases is a high-performance,special-requirements DBMS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
50
In an entity-relationship (E-R)diagram,an entity is represented by a triangle,and the relationships between entities are represented by dotted lines.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
51
The easiest time to change the database structure is after the data modeling stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
52
Users are the final judges as to what data the database should contain and how the records in that database should be related to one another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
53
Changing a relationship from one-to-many to many-to-many in a functional database is simply a matter of changing the N:N notation to N:M.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
54
The general goal of normalization is to construct tables such that every table has a single topic or theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
55
A line in an E-R diagram is used to represent the attributes of the entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
56
A database is required instead of a spreadsheet when ________.

A) professionals need to keep track of things
B) a user requires control over data
C) lists involve data with multiple themes
D) one or more users want to access the same data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
57
Relational DBMS are the workhorse of the information systems industry today and likely will be for many years to come.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
58
The small oval on a line in an E-R diagram means that the relationship must have an entity of that type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
59
The accuracy of a database design is independent of the corresponding data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
60
NoSQL products guarantee that updates will be consistent or durable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
61
A(n)________ is a search request for data from a database.

A) form
B) report
C) query
D) application
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following is the smallest data element in a database?

A) field
B) record
C) byte
D) file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
63
When you modify or delete data present in a database,you are ________.

A) creating a new database
B) forming a data model
C) simplifying the data structure
D) processing the database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is true of MySQL?

A) It is offered by Microsoft.
B) It is license-free for most applications.
C) It is a closed-source database product.
D) It is yet to be widely adopted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
65
The tables that appear in a database are known as ________.

A) records
B) files
C) fields
D) attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
66
________ are used by users to read,insert,modify,and delete data in a database.

A) Reports
B) Forms
C) Queries
D) DBMSs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
67
A primary key used in a database is a ________.

A) group of rows that are formed to identify a unique table or file
B) column or group of columns that identifies a unique row in a table
C) character or byte that represents fields or columns
D) group of tables or files formed to identify a unique field or row
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
68
Relational databases represent relationships using ____________.

A) foreign keys
B) file systems
C) metadata
D) unique identifiers
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
69
Albert creates a relational database to store employee performance statistics.He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee.This column is referred to as a(n)________.

A) primary key
B) identifier
C) foreign key
D) functionally dependent record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
70
The rows in a database are called ________.

A) records
B) tables
C) files
D) fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
71
In a database,________ are grouped into columns that represent table attributes.

A) fields
B) records
C) bytes
D) files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
72
Columns that are keys to different tables other than the ones in which they reside are called ___________.

A) attributes
B) foreign keys
C) primary keys
D) internal records
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
73
Which of the following is an international standard language for processing a database?

A) Cassandra
B) DB2
C) SQL
D) MS Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
74
A(n)________ is a program used to create,process,and administer a database.

A) operating system
B) DBMS
C) information system
D) data mart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
75
Metadata are ________.

A) code used for server-side processing
B) error logs of databases
C) data that describe data
D) encrypted data transmissions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following is an example of a database management system?

A) MS Excel
B) Big Data
C) SQL Server
D) Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
77
Which of the following data elements is placed higher than records in the database hierarchy?

A) file
B) field
C) character
D) byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
78
A ________ is a collection of forms,reports,queries,and programs that use the DBMS to process a database.

A) database application
B) database design
C) data field
D) data model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
79
The columns in a database are called ________.

A) records
B) tables
C) files
D) fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
80
Identify the open source DBMS product among the following:

A) MySQL
B) DB2
C) Access
D) Oracle Database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 124 في هذه المجموعة.