Deck 14: Database Design

ملء الشاشة (f)
exit full mode
سؤال
A file is a collection of similar records.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A database is a collection of interrelated files.
سؤال
An historical advantage of using conventional files has been processing speed. They can be optimized for the access of the application.
سؤال
Duplication of data items in multiple files is normally cited as the principal disadvantage of file-based systems.
سؤال
A database is not necessarily dependent on the applications that use it.
سؤال
Given the large capacity disks that are now available, database administrators no longer have to be concerned about estimating how much disk capacity is required for a new database.
سؤال
It is important for the database administrator to estimate how much disk capacity is required for a new database to ensure that sufficient disk space is available.
سؤال
Conventional files are relatively difficult to design and implement because they are normally designed for use with multiple applications or information systems.
سؤال
Files tend to be built around single applications without regard to other, future applications.
سؤال
A significant disadvantage of conventional files is their inflexibility and non-scalability.
سؤال
A significant advantage of conventional files is their flexibility and scalability.
سؤال
As legacy file-based systems and applications become candidates for reengineering, the trend is overwhelmingly in favor of replacing file-based systems and applications with database systems and applications.
سؤال
As enterprise systems and applications are re-engineered, the trend is overwhelmingly in favor of replacing database systems and applications with legacy file-based systems and applications.
سؤال
The principal advantage of database systems is the ability to share the same data across multiple applications and systems.
سؤال
A principal advantage of the database approach is that you can build a single super-database that contains all data items of interest to an organization.
سؤال
Most organizations build several databases, each one sharing data with several information systems. Thus, there will be some redundancy between databases.
سؤال
Most organizations build several databases leading to significant and uncontrolled redundancy between databases.
سؤال
Database technology offers the advantage of storing data in flexible formats.
سؤال
A disadvantage of database technology is the lack of flexibility in data storage formats.
سؤال
Data independence refers to the fact that databases are defined separately from the information systems and application programs that will use them.
سؤال
Database technology provides superior scalability, meaning that the database and the systems that use it can be grown or expanded to meet the changing needs of an organization.
سؤال
Database technology provides better technology for client/server and network computing architectures.
سؤال
You see a return to conventional file-based architectures today because they are better technology for client/server and network computing architectures.
سؤال
File technology is more complex than database technology.
سؤال
While a database management system (DBMS) is somewhat slower than file technology, these performance limitations are rapidly disappearing.
سؤال
The cost of developing databases is higher than the cost of developing files.
سؤال
A field is the physical implementation of a data attribute. Fields are the smallest unit of meaningful data to be stored in a file or database.
سؤال
A file is the physical implementation of a data attribute. Files are the smallest unit of meaningful data to be stored.
سؤال
A primary key is a field whose values identify one and only one record in a file.
سؤال
A foreign key is a field whose values identify one and only one record in the same file.
سؤال
A secondary key is an alternate identifier for a database. Its value may identify either a single record or a subset of all records.
سؤال
A primary key might be created by combining two or more fields. In this situation, it is called a concatenated key.
سؤال
An index is frequently created for keys.
سؤال
Foreign keys are pointers to the records of a different file in a database.
سؤال
A descriptive field is any other non-key field that stores business data.
سؤال
A record is a collection of fields arranged in a predefined format.
سؤال
A field is a collection of records arranged in a predefined format.
سؤال
A blocking factor allows different records in the same file to have different lengths.
سؤال
Most database technologies impose a fixed-length record structure, meaning that each record instance has the same fields, same number of fields and same logical size.
سؤال
Some database systems can compress unused fields and values to conserve disk storage space.
سؤال
Variable-length record structures allow different records in the same file to have different lengths.
سؤال
When a computer program "reads" a record from a database, it actually retrieves a group or block (or page.) of records at a time. This approach minimizes the number of actual disk accesses.
سؤال
A variable-length record structure means that each record instance has the same fields, same number of fields and the same logical size.
سؤال
A fixed-length record structure means that each record instance can have different fields, a different number of fields, as long as the length (size) of the record is always fixed at the same size.
سؤال
A blocking factor is the number of physical records included in a single read or write operation.
سؤال
The set of all occurrences of a given record structure in a database system is frequently called a table.
سؤال
Master files or tables contain records that are relatively permanent. Thus, once a record has been added to a master file, it remains in the system indefinitely. The values of fields for the record will change over its lifetime, but the individual records are retained indefinitely.
سؤال
Transaction files or tables contain records that describe business events. The data describing these events normally has a limited useful lifetime.
سؤال
Document files and tables contain stored copies of historical data for easy retrieval and review without the overhead of regenerating the document.
سؤال
Archival files and tables contain master and transaction file records that have been moved from on-line storage to off-line storage.
سؤال
Table look-up files contain relatively static data that can be shared by applications to maintain consistency and improve performance.
سؤال
Audit files are special records of updates to other files, especially master and transaction files. They are used in conjunction with archival files to recover "lost" data. Audit trails are typically built into better database technologies.
سؤال
In today's database environment, the database technology itself usually predetermines and/or limits file organization for all tables contained in the database.
سؤال
Many information systems shops hesitate to give end users access to operational databases for queries and reports.
سؤال
Data are a resource that must be controlled and managed!
سؤال
Prototyping is an alternative to doing database design.
سؤال
Once a database design and its corresponding schema have been completed, a prototype database can usually be generated very quickly.
سؤال
Most modern database management systems (DBMS) include powerful, menu-driven database generators that automatically create a DDL and generate a prototype database from that DDL.
سؤال
The advantages and disadvantages of horizontal versus vertical distribution of data are similar.
سؤال
Centralization of the database refers to the physical distribution of entire tables to multiple locations on central processing units.
سؤال
Centralization is the simplest and easiest solution to maintain.
سؤال
Centralization helps data administrators maintain an important data management rule - data should be controlled and centralized as much as possible to ensure data integrity.
سؤال
Central distribution of data refers to the physical duplication of entire tables to multiple locations.
سؤال
Operational databases are developed to support day-to-day operations and business transaction processing for major information systems.
سؤال
Few high-end, enterprise database management systems include replication technology that coordinates updates to the duplicated tables and records to maintain data integrity.
سؤال
Replication of data offers performance and accessibility advantages and reduces network traffic, but it also increases the complexity of data integrity and requires more physical storage.
سؤال
Data warehouses store data extracted from the operational databases and conventional files.
سؤال
Operational databases and conventional files store data extracted from data warehouses.
سؤال
Data mining is the term used to describe the use query tools and decision support tools that are used to generate reports and analyses off of data warehouses.
سؤال
Metadata is the data about data, such as record and field definitions, synonyms, data relationships, validation rules, help messages, etc.
سؤال
DML commands may be "called" from programming languages.
سؤال
Contemporary data architecture allows for Internet-enabled database technology.
سؤال
Examples of high-performance relational DBMSs include Oracle, IBM's DB2, and Microsoft Access.
سؤال
A data administrator is responsible for the data planning, definition, architecture, and management.
سؤال
One or more database administrators (DBAs) are responsible for the database technology, database design and construction consultation, security, backup and recovery, and performance tuning.
سؤال
Database architecture refers to the database technology including the database engine, database utilities, database CASE tools for analysis and design, and database application development tools.
سؤال
A database management system (DBMS) is specialized computer software available from computer vendors that is used to create, access, control, and manage the database.
سؤال
A data definition language (DDL) is used by the DBMS to physically establish record types, fields, and structural relationships. Additionally, the DDL defines views of the database.
سؤال
The data manipulation language (DML) is used by the DBMS to physically establish record types, fields, and structural relationships. Additionally, the DML defines views of the database.
سؤال
The data definition language (DDL) is able to specify different views of a database. Views restrict the portion of the database that may be used or accessed by different users and programs.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/268
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 14: Database Design
1
A file is a collection of similar records.
True
2
A database is a collection of interrelated files.
True
3
An historical advantage of using conventional files has been processing speed. They can be optimized for the access of the application.
True
4
Duplication of data items in multiple files is normally cited as the principal disadvantage of file-based systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
5
A database is not necessarily dependent on the applications that use it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
6
Given the large capacity disks that are now available, database administrators no longer have to be concerned about estimating how much disk capacity is required for a new database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
7
It is important for the database administrator to estimate how much disk capacity is required for a new database to ensure that sufficient disk space is available.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
8
Conventional files are relatively difficult to design and implement because they are normally designed for use with multiple applications or information systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
9
Files tend to be built around single applications without regard to other, future applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
10
A significant disadvantage of conventional files is their inflexibility and non-scalability.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
11
A significant advantage of conventional files is their flexibility and scalability.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
12
As legacy file-based systems and applications become candidates for reengineering, the trend is overwhelmingly in favor of replacing file-based systems and applications with database systems and applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
13
As enterprise systems and applications are re-engineered, the trend is overwhelmingly in favor of replacing database systems and applications with legacy file-based systems and applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
14
The principal advantage of database systems is the ability to share the same data across multiple applications and systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
15
A principal advantage of the database approach is that you can build a single super-database that contains all data items of interest to an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
16
Most organizations build several databases, each one sharing data with several information systems. Thus, there will be some redundancy between databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
17
Most organizations build several databases leading to significant and uncontrolled redundancy between databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
18
Database technology offers the advantage of storing data in flexible formats.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
19
A disadvantage of database technology is the lack of flexibility in data storage formats.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
20
Data independence refers to the fact that databases are defined separately from the information systems and application programs that will use them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
21
Database technology provides superior scalability, meaning that the database and the systems that use it can be grown or expanded to meet the changing needs of an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
22
Database technology provides better technology for client/server and network computing architectures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
23
You see a return to conventional file-based architectures today because they are better technology for client/server and network computing architectures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
24
File technology is more complex than database technology.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
25
While a database management system (DBMS) is somewhat slower than file technology, these performance limitations are rapidly disappearing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
26
The cost of developing databases is higher than the cost of developing files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
27
A field is the physical implementation of a data attribute. Fields are the smallest unit of meaningful data to be stored in a file or database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
28
A file is the physical implementation of a data attribute. Files are the smallest unit of meaningful data to be stored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
29
A primary key is a field whose values identify one and only one record in a file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
30
A foreign key is a field whose values identify one and only one record in the same file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
31
A secondary key is an alternate identifier for a database. Its value may identify either a single record or a subset of all records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
32
A primary key might be created by combining two or more fields. In this situation, it is called a concatenated key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
33
An index is frequently created for keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
34
Foreign keys are pointers to the records of a different file in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
35
A descriptive field is any other non-key field that stores business data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
36
A record is a collection of fields arranged in a predefined format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
37
A field is a collection of records arranged in a predefined format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
38
A blocking factor allows different records in the same file to have different lengths.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
39
Most database technologies impose a fixed-length record structure, meaning that each record instance has the same fields, same number of fields and same logical size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
40
Some database systems can compress unused fields and values to conserve disk storage space.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
41
Variable-length record structures allow different records in the same file to have different lengths.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
42
When a computer program "reads" a record from a database, it actually retrieves a group or block (or page.) of records at a time. This approach minimizes the number of actual disk accesses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
43
A variable-length record structure means that each record instance has the same fields, same number of fields and the same logical size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
44
A fixed-length record structure means that each record instance can have different fields, a different number of fields, as long as the length (size) of the record is always fixed at the same size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
45
A blocking factor is the number of physical records included in a single read or write operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
46
The set of all occurrences of a given record structure in a database system is frequently called a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
47
Master files or tables contain records that are relatively permanent. Thus, once a record has been added to a master file, it remains in the system indefinitely. The values of fields for the record will change over its lifetime, but the individual records are retained indefinitely.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
48
Transaction files or tables contain records that describe business events. The data describing these events normally has a limited useful lifetime.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
49
Document files and tables contain stored copies of historical data for easy retrieval and review without the overhead of regenerating the document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
50
Archival files and tables contain master and transaction file records that have been moved from on-line storage to off-line storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
51
Table look-up files contain relatively static data that can be shared by applications to maintain consistency and improve performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
52
Audit files are special records of updates to other files, especially master and transaction files. They are used in conjunction with archival files to recover "lost" data. Audit trails are typically built into better database technologies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
53
In today's database environment, the database technology itself usually predetermines and/or limits file organization for all tables contained in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
54
Many information systems shops hesitate to give end users access to operational databases for queries and reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
55
Data are a resource that must be controlled and managed!
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
56
Prototyping is an alternative to doing database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
57
Once a database design and its corresponding schema have been completed, a prototype database can usually be generated very quickly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
58
Most modern database management systems (DBMS) include powerful, menu-driven database generators that automatically create a DDL and generate a prototype database from that DDL.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
59
The advantages and disadvantages of horizontal versus vertical distribution of data are similar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
60
Centralization of the database refers to the physical distribution of entire tables to multiple locations on central processing units.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
61
Centralization is the simplest and easiest solution to maintain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
62
Centralization helps data administrators maintain an important data management rule - data should be controlled and centralized as much as possible to ensure data integrity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
63
Central distribution of data refers to the physical duplication of entire tables to multiple locations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
64
Operational databases are developed to support day-to-day operations and business transaction processing for major information systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
65
Few high-end, enterprise database management systems include replication technology that coordinates updates to the duplicated tables and records to maintain data integrity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
66
Replication of data offers performance and accessibility advantages and reduces network traffic, but it also increases the complexity of data integrity and requires more physical storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
67
Data warehouses store data extracted from the operational databases and conventional files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
68
Operational databases and conventional files store data extracted from data warehouses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
69
Data mining is the term used to describe the use query tools and decision support tools that are used to generate reports and analyses off of data warehouses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
70
Metadata is the data about data, such as record and field definitions, synonyms, data relationships, validation rules, help messages, etc.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
71
DML commands may be "called" from programming languages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
72
Contemporary data architecture allows for Internet-enabled database technology.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
73
Examples of high-performance relational DBMSs include Oracle, IBM's DB2, and Microsoft Access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
74
A data administrator is responsible for the data planning, definition, architecture, and management.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
75
One or more database administrators (DBAs) are responsible for the database technology, database design and construction consultation, security, backup and recovery, and performance tuning.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
76
Database architecture refers to the database technology including the database engine, database utilities, database CASE tools for analysis and design, and database application development tools.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
77
A database management system (DBMS) is specialized computer software available from computer vendors that is used to create, access, control, and manage the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
78
A data definition language (DDL) is used by the DBMS to physically establish record types, fields, and structural relationships. Additionally, the DDL defines views of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
79
The data manipulation language (DML) is used by the DBMS to physically establish record types, fields, and structural relationships. Additionally, the DML defines views of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
80
The data definition language (DDL) is able to specify different views of a database. Views restrict the portion of the database that may be used or accessed by different users and programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 268 في هذه المجموعة.