To duplicate a table or create a new table based on an existing table, select the ________ Save As option
A) Save Database As B) Save Object As C) Save Table As D) Save As Backup
B
You might also like to view...
An array called carList contains elements of struct type car which has components model, year and price. Which of the following will reference the year of the third car?
a) carList[2].car.year b) car[2].year c) carList.year[2] d) carList[2].year
Print a screen dump of your favorite Web browser. With a pencil, label the navigational aids that help build context for a user.
What will be an ideal response?
A _____ converts the programmer's source code into the machine-language instructions.
Fill in the blank(s) with the appropriate word(s).
A sequential file “properly” stored on an empty disk can be retrieved with minimal seeking. But disks tend to become heavily fragmented as files are added and deleted. Thus, successive references to “adjacent” records in a disk file can result in substantial seeking throughout the disk. Discuss the notion of file reorganization as a scheme for minimizing seeks.Under what circumstances should a file be reorganized?
What will be an ideal response?