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
‣
Database
‣
Database Redesign
Comments
Question
The EXISTS keyword will be true if:
Options
A. any row in the subquery meets the condition only.
B. all rows in the subquery fail the condition only.
C. both of these two conditions are met.
D. neither of these two conditions is met.
Correct Answer
any row in the subquery meets the condition only.
Database Redesign problems
Search Results
1. The data model that is produced from reverse engineering is:
Options
A. a conceptual model.
B. an internal model.
C. a logical model.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: None of the above is correct.
2. A tool that can help designers understand the dependencies of database structures is a:
Options
A. dependency graph.
B. data model.
C. graphical display.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: dependency graph.
3. 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
4. What SQL command can be used to delete columns from a table?
Options
A. MODIFY TABLE
TableName
DROP COLUMN
ColumnName
B. MODIFY TABLE
TableName
DROP
ColumnName
C. ALTER TABLE
TableName
DROP COLUMN
ColumnName
D. ALTER TABLE
TableName
DROP
ColumnName
Show Answer
Scratch Pad
Discuss
Correct Answer: ALTER TABLE
TableName
DROP COLUMN
ColumnName
5. How can you find rows that do not match some specified condition?
Options
A. EXISTS
B. Double use of NOT EXISTS
C. NOT EXISTS
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: Double use of NOT EXISTS
6. Which SQL-92 standard SQL command can be used to change a table name?
Options
A. RENAME TABLE
B. CHANGE TABLE
C. ALTER TABLE
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: None of the above is correct.
7. To drop a column that is used as a foreign key, first:
Options
A. drop the primary key.
B. drop the table containing the foreign key..
C. drop the foreign key constraint.
D. All of the above must be done.
Show Answer
Scratch Pad
Discuss
Correct Answer: drop the foreign key constraint.
8. Before any changes to database structure are attempted one should first:
Options
A. clearly understand the current structure and contents of the database only.
B. test any changes on a test database only.
C. create a complete backup of the operational database only.
D. All of the above should be done.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above should be done.
9. How many copies of the database schema are typically used in the redesign process?
Options
A. One
B. Two
C. Three
D. Four
Show Answer
Scratch Pad
Discuss
Correct Answer: Three
10. Changing cardinalities in a database is:
Options
A. a common database design task.
B. a rare database design task, but does occur.
C. a database design task that never occurs.
D. is impossible to do, so a new database must be constructed and the data moved into it.
Show Answer
Scratch Pad
Discuss
Correct Answer: a common database design task.
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