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
‣
The Relational Model and Normalization
See What Others Are Saying!
Question
A tuple is a(n):
Options
A. column of a table.
B. two dimensional table.
C. row of a table.
D. key of a table.
Correct Answer
row of a table.
More questions
1. There are three stages involved when analyzing the initiation of an information systems project.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
2. The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
3. Which of the following is the preferred way to recover a database after a transaction in progress terminates abnormally?
Options
A. Rollback
B. Rollforward
C. Switch to duplicate database
D. Reprocess transactions
Show Answer
Scratch Pad
Discuss
Correct Answer: Rollback
4. SQL stands for ________ .
Options
A. Structured Query Language
B. Sequential Query Language
C. Structured Question Language
D. Sequential Question Language
Show Answer
Scratch Pad
Discuss
Correct Answer: Structured Query Language
5. Which of the following SQL statements are helpful in database redesign?
Options
A. Correlated subqueries only
B. EXISTS/NOT EXISTS expressions only
C. Both of the above are helpful
D. None of the above are helpful.
Show Answer
Scratch Pad
Discuss
Correct Answer: Both of the above are helpful
6. Which of the following modifications may not succeed?
Options
A. Changing a column data type from char to date
B. Changing a column data type from numeric to char
C. Both of the above actions should succeed.
D. Neither of the above actions will succeed.
Show Answer
Scratch Pad
Discuss
Correct Answer: Changing a column data type from char to date
7. The default extension for an Oracle SQL*Plus file is:
Options
A. .txt.
B. .pls.
C. .ora.
D. .sql.
Show Answer
Scratch Pad
Discuss
Correct Answer: .sql.
8. Which JDBC driver Type(s) can be used in either applet or servlet code?
Options
A. Both Type 1 and Type 2
B. Both Type 1 and Type 3
C. Both Type 3 and Type 4
D. Type 4 only
Show Answer
Scratch Pad
Discuss
Correct Answer: Both Type 3 and Type 4
9. A database has data and relationships.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.
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