Describe the main phases involved database design.
What will be an ideal response?
Conceptual database design – to build the conceptual representation of the database, which
includes identification of the important entities, relationships, and attributes.
Logical database design – to translate the conceptual representation to the logical structure of
the database, which includes designing the relations.
Physical database design – to decide how the logical structure is to be physically
implemented (as relations) in the target Database Management System (DBMS).
You might also like to view...
What is the complexity of the Knuth-Morris-Pratt algorithm?
a. O(n) b. O(n^2) c. O(log n) d. O(n log(n))
SVG graphics are written in a(n) ____ language similar to XML.
A. standard B. export C. markup D. concurrent
What is Heading element?
What will be an ideal response?
An OS X CLI command used to create a directory is
A) cd B) cp C) chmod D) mkdir