What is not true about creating a data table?
A) Each record should be unique somehow.
B) Delete any blank columns in your table.
C) For efficiency, make sure your data table does not exceed 256 rows.
D) It is best to put individual data tables on separate sheets.
C
Computer Science & Information Technology
You might also like to view...
Write the statement to determine the length of the name string defined below and place the value into the number variable. int number = 0;string name = "Hello";
What will be an ideal response?
Computer Science & Information Technology
Which of the following can be used preceding a command to prevent a process from terminating when the parent process terminates?
A. bg B. runat C. & D. nohup
Computer Science & Information Technology