1 |
How many types of relationship are there? |
2
3
4
5
|
2 |
Microsoft Access saves the database file with the extension: |
.mdb
.msdb
.madb
None of these
|
3 |
In relational database a table is also called a: |
Tuple
Relation
File
Schema
|
4 |
Which is related to modality? |
Optional
Mandatory
Unidirectional
Both A & B
|
5 |
The foreign key is found in: |
Parent table
Dependent table
Pivot table
Index table
|
6 |
Which one displays the result of a query? |
File
Field
Access
Reports
|
7 |
How many characters Memo can store? |
1024
64,000
16
4
|
8 |
Query is a statement in the SQ that extracts specific: |
Information
File
Application
Wizard
|
9 |
A constraint that no primary key should contain nulls is known as: |
Normalization
Dependence
Entity integrity
SQL query
|
10 |
The primary objective of the Entity-Relationship diagram is to represent: |
Entities
Relationship
Association
All of these
|
11 |
Any thing about which you store information in the database is known as: |
File
Inherent
Entity
Relation
|
12 |
The table in which is found is called Dependent Table. |
Foreign Key
Control key
Primary key
Sort Key
|
13 |
A program used for producing an on-screen or printed documents from the database is known as: |
Security
Report generator
Query
SQL prompt
|
14 |
A ------------------- Auto form displays one record at a time |
tabular
Columnar
datasheet
justified
|
15 |
The keyword used to transfer control from the body of loop to the start of loop is |
Exit
Continue
Break
End
|
16 |
The keyword used to come out of the body of loop is |
Exit
Continue
Break
Ebd
|
17 |
A loop within another loop is called |
Inner loop
Nested loop
Counter loop
None
|