Introduction To DBMS
Introduction To DBMS
Introduction To DBMS
1
23. ______________holds the date including day, month and year.
24. ______________ holds time. Format: HH:MM: SS.
25. ______________ define how a data is connected to each other and how they are
processed and stored inside the system.
26. _____________ describes the method of storing and retrieving the data.
27. The most popular model in DBMS is the __________________.
28. _____________ is the primary data model, which is used widely around the world
for data storage and processing.
29. ________________ is simple and has all the properties and capabilities required
to process data with storage efficiency.
30. Transactions have the following four standard properties, usually referred to by
the acronym _______________.
31. A _______________ is a unit of work that is performed against a database.
32. RDBMS stands for _________________________.
33. __________________ ensures that all operations within the work unit are
completed successfully.
34. ________________ ensures that the database properly changes states upon a
successfully committed transaction.
35. _______________ enables transactions to operate independently of and
transparent to each other.
36. ________________ ensures that the result or effect of a committed transaction
persists in case of a system failure.
37. A __________________ is a basic unit of storage in a relational database.
38. _________________consists of rows and columns.
39. A ______________ consists of information which is stored under different
headings, called as fields or columns.
40. _________________are shown vertically in a table. Each field or column has an
individual name.
41. A ________________is composed of fields and contains all the data about one
particular person, company, or item in a database.
42. Record is also called as _______________.
43. A column or a combination of columns which can be used to identify one or more
rows (tuples) in a table is called a _______________ of the table.
44. The group of one or more columns used to uniquely identify each row of a
relation is called its ___________________.
2
45. _______________ is a field (or collection of fields) in one table that refers to the
Primary Key in another table.
46. ________________link data from individual tables to increase the usefulness of
the database.
47._____________, one record in a table is associated with one and only one record
in another table.
48. ___________ can also be viewed as Many-to-One relationships.
49. A _______________ occurs when multiple records in a table are associated with
multiple records in another table.
50. SQL stands for ______________________.
51. ______________is Structured Query Language, which is a computer language for
storing, manipulating and retrieving data stored in a relational database.
52. ___________ is the standard language for Relational Database Management
System.
53. All relational database management systems like MySQL, Base, Oracle, Sybase,
Informix, PostgreSQL and SQL Server use ______________ as standard database
language.
54. ___________ became a standard of the American National Standards Institute
(ANSI) in 1986, and of the International Organization for Standardization (ISO) in
1987.
55. _____________ statements or commands are used to define and modify the
database structure of your tables or schema.
56. _____________ statements or commands are used for managing data within
tables.
57. ___________ is used to control user access in a database. it is related to security
issue. it is also deals with the rights and permissions of the database access.
58. _______________ command creates a new table.
59. ___________________ command modifies a table.
60. ________________ DROP DATABASE command deletes a table or Database.
61. ______________ command Extracts data from a table.
62. ____________ command Updates data in a table.
63. ______________ command Deletes data from a table.
64. ______________ command Insert data into a table.
65. _____________ command provide access or privileges on the database objects.
66. _________________ command remove access rights or privileges on the
database object.
67. _____________ is used in various fields like railway, library, schools, colleges,
credit transactions, banking.
3
68. Benefits of ____________ are data sharing, data integrity, security, consistency,
recovery.
69. _____________ in database are one to one, one to many or (many to one) &
many to many.
70. Categories of ____________ Commands are DDL, DML and DCL.
Q.2 STATE TRUE OR FALSE
4. The MS-Excel provides users and programmers with a systematic way to create,
retrieve, update and manage data.
4. MS-Excel stores data in such a way that it becomes easier to retrieve, manipulate,
and update information.
5. Examples of popular DBMS are MySQL, PostgreSQL, Access, Oracle, SQL Server,
IBM, DB2 and Sybase.
6. The privacy rule in a database means only the authorized users can access a
database according to its privacy constraints.
11. Data redundancy means that the data is accurate and consistent in the
database.
4
12. Data Integrity is very important as there are multiple databases in a DBMS.
15. Unauthorised users should not be allowed to access the database under any
circumstances as it violates the integrity constraints.
16. CHAR Holds a fixed length string (can contain letters, numbers, and special
characters).
18. VARCHAR Holds a variable length string (can contain letters, numbers, and
special characters).
20. DECIMAL can represent numbers with or without the fractional part.
22. DATE holds the date including day, month and year.
24. Data models define how a data is connected to each other and how they are
processed and stored inside the system.
25. Data models describes the method of storing and retrieving the data.
27. Relational data model is the primary data model, which is used widely around
the world for data storage and processing.
28. Relational data model is simple and has all the properties and capabilities
required to process data with storage efficiency.
5
29. Transactions have the following four standard properties, usually referred to by
the acronym ACID.
32. Atomicity ensures that all operations within the work unit are completed
successfully.
33. Consistency ensures that the database properly changes states upon a
successfully committed transaction.
36. Durability ensures that the result or effect of a committed transaction persists
in case of a system failure
39. A table consists of information which is stored under different headings, called
as fields or columns.
40. Columns are shown vertically in a table. Each field or column has an individual
name.
41. A Record is composed of fields and contains all the data about one particular
person, company, or item in a database.
44. The group of one or more columns used to uniquely identify each row of a
relation is called its Primary Key.
6
45. Foreign Key is a field (or collection of fields) in one table that refers to the
Primary Key in another table.
46. Relationships link data from individual tables to increase the usefulness of the
database.
47. In a one-to-one relationship, one record in a table is associated with one and
only one record in another table.
51. SQL is Structured Query Language, which is a computer language for storing,
manipulating and retrieving data stored in a relational database.
52. SQL is the standard language for Relational Database Management System.
53. All relational database management systems like MySQL, Base, Oracle, Sybase,
Informix, PostgreSQL and SQL Server use SQL as standard database language.
54. SQL became a standard of the American National Standards Institute (ANSI) in
1986, and of the International Organization for Standardization (ISO) in 1987.
58. DDL statements or commands are used to define and modify the database
structure of your tables or schema.
59. DDL statements or commands are used to define and modify the database
structure of your tables or schema.
60. Data Manipulation Language (DML) statements or commands are used for
managing data within tables.
61. DDL is used to control user access in a database. It is related to security issue. It
is also deals with the rights and permissions of the database access.
70. REVOKE to command remove access rights or privileges on the database object.
8
6. Examples of popular _________________ are MySQL, PostgreSQL, Access, Oracle,
SQL Server, IBM, DB2 and Sybase.
a. Database b. Table c. DBMS d. RDBMS
7. The privacy rule in a __________means only the authorized users can access a
database according to its privacy constraints.
a. Database b. Table c. RDBMS d. DBMS
12. _______________means that the data is accurate and consistent in the database.
a. Data integrity b. Data Security c. Data Redundancy d. Data Abstraction
15. Only authorised users should be allowed to access the _____________ and their
identity should be authenticated using a username and password.
a. Database Management System b. Database c. RDBMS d. Table
16. Unauthorised users should not be allowed to access the ____________ under any
circumstances as it violates the integrity constraints.
a. Database Management System b. Database c. RDBMS d. Table
9
17. ____________ Holds a fixed length string (can contain letters, numbers, and
special characters).
a. DECIMAL b. DATE c. VARCHAR d. CHAR
19. __________ Holds a variable length string (can contain letters, numbers, and
special characters).
a. DECIMAL b. DATE c. VARCHAR d. CHAR
20. In _______________ maximum size is specified in parenthesis.
a. DECIMAL b. DATE c. VARCHAR d. CHAR
23. _________________ holds the date including day, month and year.
a. DECIMAL b. INT c. VARCHAR d. DATE
25. _____________models define how a data is connected to each other and how
they are processed and stored inside the system.
a. Data b. Relational c. Network d. Hierarchical
26. _____________ model describe the method of storing and retrieving the data.
a. Data b. Relational c. Network d. Hierarchical
28. ________________ data model is the primary data model, which is used widely
around the world for data storage and processing.
a. Data b. Relational c. Network d. Hierarchical
10
29. ______________ data model is simple and has all the properties and capabilities
required to process data with storage efficiency.
a. Data b. Relational c. Network d. Hierarchical
30. Transactions have the following 4 standard properties, usually referred to by the
acronym _____
a. ACID b. ADIC c. ACDI d. CDIA
34. ___________ ensures that the database properly changes states upon a
successfully committed transaction.
a. Atomicity b. Consistency c. Isolation d. Durability
41. A __________________is composed of fields and contains all the data about one
particular person, company, or item in a database.
a. Columns b. Record c. Form d. Report
43. A column or a combination of columns which can be used to identify one or more
rows (tuples) in a table is called a ___________of the table.
a. Columns b. Query c. Form d. Key
44. The group of one or more columns used to uniquely identify each row of a
relation is called its _______________________ Key.
a. Primary b. Foreign c. Secondary d. Alternate
45. ___________ Key is a field (or collection of fields) in one table that refers to the
Primary Key in another table.
a. Primary b. Foreign c. Secondary d. Alternate
46. _____link data from individual tables to increase the usefulness of the database.
a. Relationships b. Primary c. Foreign d. Secondary
47. In a _____________, one record in a table is associated with one and only one
record in another table.
a. One-to-Many b. Many-to-One c. Many-to-Many c. One-to-One
53. All relational database management systems like MySQL, Base, Oracle, Sybase,
Informix, PostgreSQL and SQL Server use _______________as standard database
language.
a. SQL b. DBMS c. RDBMS d. Database
55. ___________ statements or commands are used to define and modify the
database structure of your tables or schema.
a. DDL b. DBMS c. DML d. DCL
56. ____________ statements or commands are used for managing data within
tables.
a. DDL b. DBMS c. DML d. DCL
67. ______ used in various fields like railway, library, schools, colleges, credit
transactions, banking.
a. SQL b. DBMS c. RDBMS d. Database
69. ________in database are one to one, one to many or (many to one) and many to
many.
a. Relations b. Relation c. Relationship d. Relational
b. The DBMS provides users and programmers with a systematic way to create,
________________, _____________ and ____________ data.
a. Retrieval b. inserting c. deleting. d. Update e. Alter f. Manage
COLUMN A COLUMN B
C. Advantages of DBMS:-
1. Data model:
2. Data Type:
E. What are the different properties of transaction? OR Explain the acronym ACID.
17
J. Explain functions of SQL
-END-
18