In context of Database, which of the following is the CORRECT order for…
2023
In context of Database, which of the following is the CORRECT order for creating a database?
A → Defining its structure (scheme) B → Entering data into the database C → Designing forms (custom screens) for displaying and entering data
- A.
C → A → B
- B.
A → B → C
- C.
A → C → B
- D.
B → A → C
Attempted by 581 students.
Show answer & explanation
Correct answer: C
Database creation starts by defining the schema, then designing forms for display/input, and finally entering data. Hence the correct order is A -> C -> B.