Which form view is normally used for data entry?
A. Design view
B. Layout view
C. Form view
D. SQL view
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1. You may overload any C++ operator and you may use the operator function to define non-standard operations, such as @ or ^. 2. In C++ if you overload the < operator, you must also overload the > operator. 3. A static member function does not need to be called by a specific object of the class. 4. It is possible to declare an entire class as a friend of another class. 5. An aggregate class's constructor can use a member initialization list to call the constructors for each of its member objects.
In this example, which operation will be evaluated first?
(12 – 1) <= 5 && 9 > 6 / 2 || 0 A. 12 - 1 B. 9 > 6 C. 6 * 2 D. 2||10
What does ‘meaningful requirements' mean?
A. Identify what is needed and by whom B. They mean something to the analysts C. They are important requirements to the managers D. They are critical requirements
Identify primary keys and foreign keys for the following tables. Also, specify tables referenced by the foreign key. If a table does not have a foreign key, leave the entry blank. (Note: Some tables have composite primary key. Identify all composite key attributes for such tables.)
STUDENT FACULTY COURSE CRSSECTION REGISTRATION ROOM TERM LOCATION MAJOR DEPARTMENT