CuriousTab
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 Clerk
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Introduction to Database
See What Others Are Saying!
Question
Which of the following products was an early implementation of the relational model developed by E.F. Codd of IBM?
Options
A. IDMS
B. DB2
C. dBase-II
D. R:base
Correct Answer
DB2
More questions
1. Which of the following improves a query's processing time?
Options
A. Write complex queries.
B. Combine a table with itself.
C. Query one query within another.
D. Use compatible data types.
Show Answer
Scratch Pad
Discuss
Correct Answer: Use compatible data types.
2. XML is which of the following?
Options
A. A scripting language that states the rules for tagging elements.
B. A programming language that states the rules for tagging elements.
C. A programming language that allows the creation of customized tags.
D. A scripting language that allows the creation of customized tags.
Show Answer
Scratch Pad
Discuss
Correct Answer: A scripting language that allows the creation of customized tags.
3. To define what columns should be displayed in an SQL SELECT statement:
Options
A. use FROM to name the source table(s) and list the columns to be shown after SELECT.
B. use USING to name the source table(s) and list the columns to be shown after SELECT.
C. use SELECT to name the source table(s) and list the columns to be shown after USING.
D. use USING to name the source table(s) and list the columns to be shown after WHERE.
Show Answer
Scratch Pad
Discuss
Correct Answer: use FROM to name the source table(s) and list the columns to be shown after SELECT.
4. Locking may cause which of the following problems?
Options
A. Erroneous updates
B. Deadlock
C. Versioning
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: Deadlock
5. It is usually not very important to design the physical database to minimize the time required by users to interact with the information systems.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
6. The UML notation is useful for graphically depicting an object-oriented analysis or design model.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. The driver manager processes ODBC requests and submits specific SQL statements to a given type of data source.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
8. Which of the following is true concerning the following statement: class Manager extends Employee
Options
A. Manager is a concrete class and a superclass.
B. Manager is a concrete class and a subclass.
C. Manager is an abstract class and a superclass.
D. Manager is an abstract class and a subclass.
Show Answer
Scratch Pad
Discuss
Correct Answer: Manager is a concrete class and a subclass.
9. Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read?
Options
A. REPEATABLE READ
B. SERIALIZABLE
C. READ COMMITTED
D. READ UNCOMMITTED
Show Answer
Scratch Pad
Discuss
Correct Answer: REPEATABLE READ
10. Data warehouse data are usually normalized.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
Comments
There are no comments.
Enter a new Comment
Save
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET