CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Technical Questions
‣
Database
Comments
Question
A collection of interrelated records is called a
Options
A. Datasheet
B. Spreadsheet
C. Database
D. Utility File
Correct Answer
Database
Tags:
AIEEE
,
Bank Exams
,
Analyst
,
Bank PO
,
Database Administrator
,
IT Trainer
,
Network Engineer
,
Project Manager
,
Software Architect
Database problems
Search Results
1. The benefits of object-oriented modeling are which of the following?
Options
A. The ability to tackle more challenging problems
B. Reusability of analysis, design, and programming results
C. Improved communication between users, analysts, etc.
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above.
2. A proxy server is used for which of the following?
Options
A. To provide security against unauthorized users
B. To process client requests for Web pages
C. To process client requests for database access
D. To provide TCP/IP
Show Answer
Scratch Pad
Discuss
Correct Answer: To provide security against unauthorized users
3. 88%of 370 +24% of 210-x =118 find x
Show Answer
Scratch Pad
Discuss
Correct Answer: From the given equation, 88x370/100 + 24x210/100 - 118 = x => x = 3256 + 504 - 118 x = 258
4. The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T ;
Options
A. Equi-join
B. Natural join
C. Outer join
D. Cartesian join
Show Answer
Scratch Pad
Discuss
Correct Answer: Cartesian join
5. The different classes of relations created by the technique for preventing modification anomalies are called:
Options
A. normal forms.
B. functional dependencies.
C. referential integrity constraints.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: normal forms.
6. When mapping a supertype/subtype relationship which of the following is true?
Options
A. The supertype primary key is assigned to each subtype.
B. The subtype primary key is assigned to each supertype.
C. There is no link between the supertype/subtype entities.
D. There is no primary key/foreign key relationship between a supertype/subtype.
Show Answer
Scratch Pad
Discuss
Correct Answer: The supertype primary key is assigned to each subtype.
7. With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.
Options
A. READ_ONLY
B. SCROLL_LOCK
C. OPTIMISTIC
D. PESSIMISTIC
Show Answer
Scratch Pad
Discuss
Correct Answer: OPTIMISTIC
8. For every relationship, how many possible types of actions are there when enforcing minimum cardinalities?
Options
A. Two
B. Three
C. Four
D. Six
Show Answer
Scratch Pad
Discuss
Correct Answer: Six
9. A shared database should:
Options
A. be accurate and available.
B. provide for backup and recovery.
C. be secure.
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above.
10. A transitive dependency is which of the following?
Options
A. A functional dependency between two or more key attributes.
B. A functional dependency between two or more nonkey attributes.
C. A relation that is in first normal form.
D. A relation that is in second normal form.
Show Answer
Scratch Pad
Discuss
Correct Answer: A functional dependency between two or more nonkey attributes.
Comments
There are no comments.
Enter a new Comment
Save
More in Technical Questions:
Database
Hardware
Networking
Operating Systems
Programming
Software Testing