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
‣
ER Model and Business Rules
See What Others Are Saying!
Question
Which one of the following symbols is not used in an ERD?
Options
A. Rectangle
B. Oval
C. Diamond
D. Circle
Correct Answer
Circle
More questions
1. Which of the following column properties would be used to specify that cells in a column must contain a monetary value?
Options
A. Null status
B. Data type
C. Default value
D. Data constraints
Show Answer
Scratch Pad
Discuss
Correct Answer: Data type
2. Specialization is which of the following processes?
Options
A. Defining one or more subtypes of the supertype and forming supertype/subtype relationships.
B. Defining one or more supertypes of the subtype and forming supertype/subtype relationships.
C. Defining one or more subtypes of the supertype and not forming supertype/subtype relationships.
D. Defining one or more supertypes of the subtype and not forming supertype/subtype relationships.
Show Answer
Scratch Pad
Discuss
Correct Answer: Defining one or more subtypes of the supertype and forming supertype/subtype relationships.
3. Performance analysis and tuning is which of the following?
Options
A. Undertaken one time at the time of a DBMS installation
B. Undertaken one time at the time of the implementation of a new application
C. Undertaken as an ongoing part of the backup of a database
D. Undertaken as an ongoing part of managing a database
Show Answer
Scratch Pad
Discuss
Correct Answer: Undertaken as an ongoing part of managing a database
4. Web servers should be configured in which of the following ways?
Options
A. unauthorized access is restricted.
B. unauthorized access is unrestricted.
C. unauthorized access is impossible.
D. unauthorized access is possible.
Show Answer
Scratch Pad
Discuss
Correct Answer: unauthorized access is restricted.
5. To establish a range of values, < and > can be used.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. When the minimum number of instances of an entity is one, you know which of the following?
Options
A. Mandatory one
B. Optional one
C. Mandatory many
D. Cannot tell
Show Answer
Scratch Pad
Discuss
Correct Answer: Cannot tell
7. Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
Options
A. SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
B. SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
C. SELECT NAME IN CUSTOMER WHERE STATE = 'V';
D. SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
Show Answer
Scratch Pad
Discuss
Correct Answer: SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
8. Common Gateway Interface (CGI) is which of the following?
Options
A. An interface that accepts and returns data that may be written in SQL.
B. An interface that accepts and returns data that may be written in any language that produces an executable file.
C. A small program that executes within another application and is stored on the server.
D. A small program that executes within another application and is stored on the client.
Show Answer
Scratch Pad
Discuss
Correct Answer: An interface that accepts and returns data that may be written in any language that produces an executable file.
9. An identifier determines the type of relationship that an entity has.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
10. A semijoin is which of the following?
Options
A. Only the joining attributes are sent from one site to another and then all of the rows are returned.
B. All of the attributes are sent from one site to another and then only the required rows are returned.
C. Only the joining attributes are sent from one site to another and then only the required rows are returned.
D. All of the attributes are sent from one site to another and then only the required rows are returned.
Show Answer
Scratch Pad
Discuss
Correct Answer: Only the joining attributes are sent from one site to another and then only the required rows are returned.
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