The schema of a RDBMS
a. Divides the fields into interrelated tables.
b. Shows the relationship between tables.
c. Describes the output reports.
d. Allows the user to enter data into the data tables.
b. Shows the relationship between tables.
Computer Science & Information Technology
You might also like to view...
Which constructor constructs a new JTextField with the specified text and columns?
A. public JTextField(String text) B. public JTextField(int columns, String text) C. public JTextField(String text, int columns) D. public JTextField(String text, int columns, int location)
Computer Science & Information Technology
What is the generic condition in a for statement?
A. i AND N B. i N C. i != N D. i < N
Computer Science & Information Technology