When designing a RDBMS:
a. You should start with the needed output reports.
b. You should start with the design of the records.
c. You should start with the division of data into separate tables.
d. You should start with a list of all the data that will be entered into the records.
a. You should start with the needed output reports.
Computer Science & Information Technology
You might also like to view...
Data ____ is the term that is used to refer to loading the DataSet string.
A. binding B. connecting C. reflecting D. establishment
Computer Science & Information Technology
Which command compiles the Java source code file Welcome.java?
a. cd Welcome.java b. javac Welcome.java c. java Welcome.java d. compile Welcome.java
Computer Science & Information Technology