You can only have one primary key in a table, but you can have several foreign keys.

Answer the following statement true (T) or false (F)


True

Computer Science & Information Technology

You might also like to view...

Mobile games often take far fewer art assets than you might think. Between clever re-use, pro¬cedural elements such as particles, and coded-in elements such as palette stitching, you can make just a few images go a long way. Create a new project and import your images into it. Drag some Actors onto the screen and start developing your game! When you have something you like, preview it. If it works, try installing one of the Viewers onto a device (if available) and play it.

What will be an ideal response?

Computer Science & Information Technology

The ________ command allows you to hide elements such as comments so they do not display

A) Show Markup B) Show All C) Hide Comments D) Show/Hide

Computer Science & Information Technology

?

A. The process of writing instructions in a programming language. B. The statement that marks the start of a new Sub procedure. C. An error that occurs when a procedure produces incorrect results. D. A set of values for the colors red, green, and blue ranging from 0 to 255 which are used in a specific VB function. E. A statement that contains the name of the function and any parameters required by the function. F. Occurs when the focus moves to a record, making it the current record, or when a form is refreshed. G. A statement that assigns the value of an expression to a field, control, or property. H. The program window that opens when VB is chosen from the Macros & Code group on the Create tab. I. The Access event that occurs when a form is opened and the records are displayed. J. The standard prefix for modules in Access. K. ?Displays the current object type the procedure acts on. L. ?Designates the start of an alternative set of actions M. ?Tests VBA procedures without changing any data in the database N. ?Displays the event name for the current event procedure

Computer Science & Information Technology

Which of the following data types can contain a real number?

A. int B. float C. bool D. char

Computer Science & Information Technology