1 |
The foreign key is found in: |
- A. Parent table
- B. Dependent table
- C. Pivot table
- D. Index table
|
2 |
Insert command is used to insert: |
- A. New table
- B. New record
- C. View
- D. Dependences
|
3 |
A table is a two-dimensional structure that consists of: |
- A. x and y co-ordinates
- B. Matrix elements
- C. Rows and columns
- D. Intersection of data
|
4 |
Which of the following cannot be use in variables names? |
- A. numbers
- B. under score
- C. alphabets
- D. space
|
5 |
SQL is used for |
- A. data definition
- B. data manipulation
- C. a and b
- D. searching record
|
6 |
A person, place, thing or event about which data is kept in the database is called: |
- A. Attribute
- B. Field
- C. Record
- D. Entity
|
7 |
The SQL statement to create a view is: |
- A. CREATE VIEW
- B. MAKE VIEW
- C. SELECT VIEW
- D. INSERT VIEW
|
8 |
A form that contains the sub-form is called: |
- A. Form
- B. Main form
- C. Report
- D. None of these
|
9 |
Which loop statement executes the body of loop at least once? |
- A. do-white
- B. While
- C. For
- D. None of these
|
10 |
The columns of a relations can be of ___________ order. |
- A. Any
- B. Same
- C. Sorted
- D. Constant
|