148k views
5 votes
Which of the following statements is incorrect?

a-Data definition languages are used by DBA and database designers to define schemas.
b-Storage definition language is used to specify the internal schema.
c-Storage definition language is used to insert, delete, and update data.
d-Data definition languages are used to alter data from the database.

User Arno Fiva
by
8.1k points

1 Answer

3 votes

Final answer:

The incorrect statement is that storage definition language is used to insert, delete, and update data.

Step-by-step explanation:

The correct answer is c-Storage definition language is used to insert, delete, and update data. Storage definition language (SDL) is not used to manipulate data in a database. Data definition languages (DDL) are used by DBAs and database designers to define the database schema and structure. On the other hand, storage definition language (SDL) is used to specify the physical storage and organization of data within a database.

User Foluis
by
8.6k points