Moderate

Which one of the following is used to define the structure of the relation, deleting relations and relating schemas?

Correct answer: B. DDL(Data Definition Langauge)

  • A. DML(Data Manipulation Langauge)
  • B. DDL(Data Definition Langauge)
  • C. Query
  • D. Relational Schema

Explanation

DDL defines database structures such as relations and schemas, and includes commands for creating, altering, and deleting them. DML instead works with the data stored inside those structures.

Last updated

Practise Database Systems

49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions