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
‣
Distributed Databases
See What Others Are Saying!
Question
Replication should be used when which of the following exist?
Options
A. When transmission speeds and capacity in a network prohibit frequent refreshing of large tables.
B. When using many nodes with different operating systems and DBMSs and database designs.
C. The application's data can be somewhat out-of-date.
D. All of the above.
Correct Answer
The application's data can be somewhat out-of-date.
More questions
1. Needing to assess the validity of assumed referential integrity constraints on foreign keys is a(n) ________ of normalization.
Options
A. advantage
B. disadvantage
C. either an advantage or disadvantage
D. neither an advantage nor disadvantage
Show Answer
Scratch Pad
Discuss
Correct Answer: neither an advantage nor disadvantage
2. The NOT EXISTS keyword will be true if:
Options
A. any row in the subquery meets the condition.
B. all rows in the subquery fail the condition.
C. both of these two conditions are met.
D. neither of these two conditions is met.
Show Answer
Scratch Pad
Discuss
Correct Answer: all rows in the subquery fail the condition.
3. The wildcard asterisk (*) is the SQL-92 standard for indicating "any sequence of characters."
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. A rectangle represents which of the following in an EER?
Options
A. Attribute
B. Entity
C. Optional One
D. Relationship
Show Answer
Scratch Pad
Discuss
Correct Answer: Entity
5. What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?
Options
A. SOAP
B. SGML
C. SQL
D. ADO
Show Answer
Scratch Pad
Discuss
Correct Answer: SOAP
6. The semicolon terminates a SQL statement (and executes it).
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
8. Stored procedures have which of the following advantages?
Options
A. It takes a longer time to write them as compared to writing Visual Basic.
B. Network traffic increases
C. Data integrity improves as multiple applications access the same stored procedure.
D. Result in thicker client and thinner database server.
Show Answer
Scratch Pad
Discuss
Correct Answer: Data integrity improves as multiple applications access the same stored procedure.
9. Which prefixes are available to Oracle triggers?
Options
A. :new only
B. :old only
C. Both :new and :old
D. Neither :new nor :old
Show Answer
Scratch Pad
Discuss
Correct Answer: Both :new and :old
10. Business Intelligence (BI) reporting analyses can be performed using ________ .
Options
A. standard SQL only
B. extensions to SQL only
C. OLAP only
D. both standard SQL and extensions to SQL
Show Answer
Scratch Pad
Discuss
Correct Answer: standard SQL only
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