DBMS Languages Flashcards

1
Q

what is a DBMS language

A

a language used for specifying database schemas

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

A _________ defines how data is organized within a relational database

A

Database schema

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

Name the DBMS languages ?

A

DDL - Data definition Language
SDL - Storage Definition Languages
VDL - View Definition Language
DML - Data Manipulation Language

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

describe DDL

A

DDL allows the user to describe and name the entities, attributes and relationships.

the DDL describes the data in a database

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

In ______ the storage structure and access methods used by the database system is specified by set of statements

A

SDL storage definition language

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

is used to specify user’s views and their

mappings to the conceptual schema.

A

VDL - view definition language

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

Describe DML

A

it provides operations that manipulate data in a database

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

The part of DML that provides data retrieval is called

A

Query language

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

Name the operations that DML provides on a Database

A

Retrieve data
Insert data
Delete data/ records
Retrieve records sequentially in the key sequence
Retrieve records in the physically recorded sequence
Retrieve records that have been updated
Modify data or record in the database file

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

_______ helps in communicating with the DBMS.

A

Data manipulation Language

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