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).

Computer Science & Information Technology

You might also like to view...

What is Heading element?

What will be an ideal response?

Computer Science & Information Technology

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))

Computer Science & Information Technology

An OS X CLI command used to create a directory is

A) cd B) cp C) chmod D) mkdir

Computer Science & Information Technology

SVG graphics are written in a(n) ____ language similar to XML.

A. standard B. export C. markup D. concurrent

Computer Science & Information Technology