Database Management System Quiz Flashcards

1
Q

Who created the first DBMS

A

Charles Bachman

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

database is collection of ________

A

Columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Most popular commercial DBMS

A

Oracle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DBMS is what type of software ?

A

It is a type of system software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is data about data

A

Meta data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Relational Calculus is what type of language

A

Non -procedural language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is procedural language

A

Relational Algebra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

cardinality is termed as

A

number of tuples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In a relation database, every tuples divided into fields are known as ________

A

Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are different views to represent a Table

A

Design View, Datasheet View, Pivot Table View

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are types of database

A

Relational, Object Database, NoSql, Hierarchical, Centralized, Operational, Cloud, Network, Distributed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which command is used to remove a relation from SQL

A

Drop Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Report Generators are used to

A

Retrieve information from files, Answer queries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Tell types of SQL commands and all commands that come under it

A
  1. DDL : Create, Alter, Drop, Truncate, Rename
  2. DML : Select, Insert, Update, Delete
  3. DCL : Grand, Revoke
  4. TCL: Commit, Rollback, Saveprint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

External Database is

A

Database Created using DBMS package

17
Q

Which command creates and initializes one or more memory variables ?

A

STORE

18
Q

What are types of Intigrity constraint

A
  1. Domain Constraint (Attributes are of same considered datatype)
  2. Entity Integrity Constraint (Not null like primary key)
  3. Referential Integrity Constrain (related to foreign key)
  4. Key Constraint (Unique like id, addhar no.)
19
Q

Steps of transaction Processing Cycle

A
  1. Data Entry
  2. Transaction Processing
  3. Database Management
  4. Transaction Validation
  5. Commit or Rollback
  6. Output Generation
  7. Transaction End
20
Q

What does data dictionary Identify

A

field types, field names, field formats, field constraints, field descriptions, field

21
Q

Minimum size that is supported by FAT

A

4 GB

22
Q

Maximum size that is supported by NTFS ?

A

4 GB

23
Q

Which command is used to save any transaction permanently into database

A

Commit

24
Q

Which field has width of 8 bytes

A

Data/Time

25
Q

Properties of Transaction, meaning of each property

A

Atomicity : Either all commands are performed or none
Consistency : Data is in consistent state when transaction starts and ends
Isolation : Transactions that run concurrently appear to be serialized
Durability : Once change is done in db it should be permanent

26
Q
A