When you press Enter in a cell, a new table row is inserted
Indicate whether the statement is true or false
FALSE
You might also like to view...
You can use the ____ dialog box to specify the data type of a parameter in a parameter query.
A. Value Properties B. Data Type C. Query Parameters D. Parameters
What is an instance of a class called?
A. instance B. file C. library D. object
The ________ data type automatically inserts a unique number when a new record is entered
Fill in the blank(s) with correct word
Assuming the account number is 2, which of the following statements modifies the PIN field in the Accounts table?
a) SELECT PIN FROM Accounts WHERE AccountNumber = 2 b) SELECT Accounts FROM AccountNumber = 2 WHERE PIN c) UPDATE Accounts SET PIN=1243 WHERE AccountNumber = 2 d) UPDATE PIN=1243 SET AccountNumber = 2 WHERE Accounts