When using a relational database, you can use a single form to enter data from more than one table

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations will accept either cout or a file stream object as its argument?

a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);

Computer Science & Information Technology

Initialize nameage.dat with 100 records that store values lastName ="unassigned", firstName = "" and age = 0.

What will be an ideal response?

Computer Science & Information Technology