Sharon Thomas

This blog was started in loving memory of Christ Kengeri Campus,Bangalore and now dedicated to all my students ...

Friday, December 10, 2010

DBMS NOTES 1

1. What is an attribute?
 It is a particular property, which describes the entity.

2. What is degree of a Relation?
It is the number of attribute of its relation schema.

3. What is Relationship?
It is an association among two or more entities.

4.. What is Relationship set?
 The collection (or set) of similar relationships.

5.. What is Relationship type?
Relationship type defines a set of associations or a relationship set among a given set of entity types.

6.. What is degree of Relationship type ?
 It is the number of entity type participating.

7.. What is DDL (Data Definition Language)?
A data base schema is specifies by a set of definitions expressed by a special language called DDL.

8.. What is VDL (View Definition Language)?
 It specifies user views and their mappings to the conceptual schema.

9.. What is SDL (Storage Definition Language)?
 This language is to specify the internal schema. This language may specify the mapping between two schemas.

10.. What is Data Storage - Definition Language?
The storage structures and access methods used by database system are specified by a set of definition in a special type of DDL called data storage-definition language.

11.. What is DML (Data Manipulation Language)?
 This language that enable user to access or manipulate data as organised by appropriate data model.

12. Procedural DML or Low level: DML requires a user to specify what data are needed and how to get those data.

13. Non-Procedural DML or High level: DML requires a user to specify what data are needed without specifying how to get those data.
14. What is DML Compiler?
 It translates DML statements in a query language into low-level instruction that the query evaluation engine can understand.

15.. What is Query evaluation engine?
 It executes low-level instruction generated by compiler.

16.. What is DDL Interpreter?
It interprets DDL statements and record them in tables containing metadata.

No comments:

Post a Comment