Database Management Flashcards

1
Q

What is the database

A

Database is the organised Collection of data that can be visualised as a container of information

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

What are the advantages of database

A

Easy retrieval reduced inconsistency of data provide security has interactive interface provides easy sharing of data easy analysing of data using various tools

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

Reduction in data redundancy means

A

It means duplication of data a database provides the centralise control over data that is all the data is kept at one place and any application that needs access can access it from the central location

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

Reduction in data inconsistency

A

In a database data stored his consistent and remains updated in case date of an atom is changed when modification is made in one portion the changes are done in all other portions

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

Data integrity means

A

It means validation of data management system and shows that only valid data can be entered into the database which is specified earlier

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

What is database management system

A

A database management system is computerised Record Keeping system whose purpose is to manage the data and make it available as per the requirement

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

Difference between flat file and relational file

A

In flat 5 data is stored in a single table in relational files data is stored in multiple tables and their link together

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

Define table field and record

A

Table is collection of logically related records field represents one related part of table record is collection of multiple data which is stored in related fields give examples to

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

What is the relational database management system

A

RDBMS is defined as a collective set of multiple data sets organised into tables records and columns

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

Name the database objects

A

Tables queries forms and reports

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

Define tables

A

A table is the basic element of a database in which data is kept in columns and rows called fields and records

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

Define queries

A

It is a request to generate some information from the tables

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

Define forms

A

Forms are user friendly interface to add or update data in a table

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

Define reports

A

Report display the information in a format as per users need

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

Define key field

A

In the database data between various tables can be related on the basis of a common field called key field

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

What is the primary key

A

It is a field which is used to uniquely identify records in a database

17
Q

What is composite primary key

A

When one or more fields are made primary keys they are called as composite primary keys

18
Q

What is the foreign key

A

A field that is used to establish your relation between two tables or primary key of 1 table is called foreign key in another table

19
Q

What is a field name and field type

A

Field name is the identify of a field field type specifies but kind of data is to be stored in that particular field

20
Q

What is relationship in a database and types of relationship

A

It refers to link between different tables of a database matching the data on basis of a common primary he filled it types are 121 12 many many to many

21
Q

What is referential integrity

A

It is a rule in a database that states that 1 which state that a foreign key must have a matching primary second point it is applied in a database to maintain accuracy and consistency of a data in a relationship between tables 3rd point changing values in a primary key table will also reflect independent records present in associated tables

22
Q

What is o l e and define its use

A

Oily stand for object linking and a madam only objective used to insert images pictures graphics fingerprints Iris patterns at sector in a database if you are thinking of storing and image in any field you can assign the data type for the field as o l e

23
Q

What are the types of commands in a database

A

Data definition language and data manipulation language and data control language and transaction control language

24
Q

Define data definition language

A

It is a standard for commands that define the structure of a database it consists of create and alter and truncate and rename and d r o p

25
Q

Define data manipulation language

A

It is a language that enables user to retrieve update insert and delete data in a database Common statements are Select and update and insert into and delete

26
Q

Define data control language

A

It is a language that has various command which are used to grant and take bath back authority from any database base user some statements are grant and revoke

27
Q

Transaction control language

A

It is a language that has various commands which are used to manage transactions in the database some TCL statements are commit and save point and rollback