Match the following terms with their meanings: I. update query II. append query III. make table query IV. delete query A. creates a new table from data that already exist in a database B. removes records from a table based on criteria that you specify C. updates or changes data automatically based on criteria that you specify D. adds records to an existing table
What will be an ideal response?
C, D, A, B
Computer Science & Information Technology
You might also like to view...
Which of the following routing protocols uses AS-Path as one of the methods to build the routing table?
A. OSPF B. ISIS C. BGP D. EIGRP
Computer Science & Information Technology
Modify the code of Fig. 9.3 (Tree.java) to replace the JAXP default parser with the Xerces SAX 2.0 parser.
Figure 9.3
Computer Science & Information Technology