501.You want to create a composite PK using the first and third fields in the table. How is this done?
- Hold down the Shift key and click the first and third fields. Click the Key icon on the toolbar.
- Access warns you that no primary key is defined, but lets you save the table if you want to.
- Hold down the Ctrl key and click the first and third fields. Click the Key icon on the toolbar.
- Hold down the Shift key and click the first and third fields. Select Primary Key under the Table.
- Hold down the Ctrl key and click the first and third fields. Select Primary Key under the Table.
502.What is required to establish a
- 1:1 relationship between two tables that do not contain a super type and subtype?
- 1:1 relationships are only possible if the tables contain a super type and subtype.
- Make sure that the PK in the related table has unique values.
- Nothing special is required.
- Make sure that the FK in the related table has an index property that specifies unique values.
503. In Access, how do you tell if referential integrity is enforced for a relationship
- The relationship lines are thick and dark, and the nature of the relationships is labeled.
- The relationship lines are thin, and the nature of the relationships is labeled.
- Right-click the relationship line to see if enforce referential integrity is checked.
- Right-click the relationship line, select referential integrity, and look at the relationship’s properties.
504.The relationship between STORE and EMPLOYEE is defaulted to mandatory, that is, the FK value in EMPLOYEE is required. How do you eliminate a record from STORE?
- Delete the employees from the STORE to be deleted.
- Permanently remove the referential integrity enforcement.
- Open the EMPLOYEE table in the design format; then change the Required property of the EMPLOYEE’s FK to No and make sure that its default value is set to null.
- Delete all relationships between STORE and EMPLOYEE.
- Redesign the database to work without them.
505. What does Access use to handle SQL code generation?
- SQL forms
- Query Code Generator
- Query by Example
506.What does the wildcard ? match?
- Zero or more of the preceding character
- Any one character in the position held by the ?
- Multiple characters in the position held by the ?
- Any letter in the position held by the ?
507.Which of the following are not functions of forms?
- Forms are used to tie together the database components through menu structures.
- Forms program and control user responses
- Forms extend data validation rules through queries, value lists, and other input control device
- Forms are used to enter new data and to edit existing data.
508.Which of the following correctly describes the relationship between forms and tables?
- A form is based on exactly one table. The table must exist before the form is created.
- A form is based on exactly one table. The table may be created before or after the form is created.
- A form may be based on one or more tables. The table(s) must exist before the form is created.
- A form may be based on one or more tables. The table(s) may be created before or after the form is created.
509.What are the advantages of form-based dialog boxes?
- They have more prompting options than dialog boxes generated by Access.
- They allow the use of combo boxes.
- Access-generated dialog boxes are likely to disrupt interface layout schemes, while form-based dialog boxes are not.
- All .
506.Which of the following is not an advantage of a menu driven database system
- Help make the database applications system user-friendly by eliminating the need to remember command languages.
- Provide security though user-level logins.
- Control access by providing only those options that allow people to do their jobs.
- Create an environment that is tailored to specific types of applications and end use
507.Which of the following accurately describes a crosstab query?
- Crosstab queries have very limited summary capabilities
- . You can select row totals and also column totals.
- Crosstab queries are seldom used to generate reports.
- If you select row totals in the crosstab query, you cannot also select column totals.
508.What kind of query works best with the Chart Wizard?
- Select
- Append
- Update
- Action
509. A collection of conceptual tools for describing data, relationships, semantics and constraints is referred to as ……….
- Database
- E- Data Model
- R Model
- All
510. Dr. E.F. Coded represented ……. rules that a database must obey if it has to be considered truly relational.
- 10
- 14
- 12
- 10
511.In E-R Diagram, weak entity is represented by…….
- Rectangle
- Double Rectangle
- Square
- Circle
512. An entity that is related with itself is known as…….
- binary relationship
- recursive relationship
- ternary relationship
- None of the above
513.……. is a bottom-up approach in which two lower level entities combine to form a higher level entity.
- Aggregation
- Generalization
- Specialization
- All
514.An entity set that does not have sufficient attributes to form a primary key, is a ……
- Primary entity set
- Weak entity set
- Strong entity set
516.Which SQL command delete all the records and does not remove the structure?
- Drop
- Insert
- Truncate
- None of the above
517.Which of the following is a Data Definition Language (DDL) command?
- Drop
- Delete
- Insert
- Alter
518.In …….. database, data is organized in the form of trees with nodes.
- Hierarchical
- Relational
- Network
- None of the above
519.Which command is used to retrieve records from one or more table?
- Delete
- Insert
- Drop
- Select
520.Rows of a relation are called
- Entity
- degree
- tuple
- None
521.The number of tuples in a relation is termed as
- cardinality
- entity
- column
- (D) None of the above
522.In SQL, Which of the following is a Data Manipulation Language(DML) command?
- create
- alter
- drop
- merge
523….. is a top-down approach in which one higher level entity can be divided into two lower level entities.
- Aggregation
- Specialization
- Generalization
- None of the above
524.Which of the following is not a type of database?
- Hierarchical
- Relational
- Network
- transition
525. In a relational database, each tuple is divided into fields called
- Domains
- Relations
- Queries
- None of the above
526.In E-R Diagram, attribute is represented by…….
- Rectangle
- Eclipse
- Square
- Double Rectangle
527.In SQL, TCL stands for
- Control Language
- Transaction Central Language
- Ternary Control Language
- Transaction Control Language
528.Which of the following is a part of the Oracle database system?
- Free lists
- Front end
- Network
- None of the above
529.Which of the following is used with database?
- Data Mining
- ATM
- Payment gateway
- None of the above
530.Which of the following is used with database?
- ATM
- Payment gateway
- Mining
- None
531.Which of the following is used with database?
- ATM
- Payment gateway
- Mining
- None
532.The language used in application programs to request data from the DBMS is referred to as
the
- DML
- DDL
- DCL
533.In Oracle, who owns the data dictionary?
- DBA
- SYS
- SYSTEM
- None
534.n SQL, which command is used to update existing row in a table?
- Insert
- Delete
- Update
- (D) None of the above
535. A contains the smallest unit of meaningful data, so you might call it the basic building block for a data file.
- Record
- Field
- Table
- None of the above
536.A relation between two entities is treated as a single entity is called
- Aggregation
- Specialization
- Generalization
- None
537.Data mining evolve as a mechanism to cater the limitations of systems to deal massive data sets with high dimensionality.
- OLAP
- OLTP
- DWH
- None of the above
538.In Relational table, the term “Attribute” is also used to represent
- row
- column (or) field
- entity
- None
539.Which of the following categories of the data integrity RDBMS will enforce specific business rules?
- Entity Integrity
- User-Defined Integrity
- Domain Integrity
- None
540.E-R Modeling technique is a
- bottom-up approach
- top-down approach
- User-Define
- None
541.The number of attributes in a relation is called its
- row
- column
- Tuple
- Record
542.top to bottom relationship among the items in a database is established by a
- Network Schema ()
- Relational Schema ()
- Hierarchical Schema ()
- None of the above
543.Aggregation is a special form of
- Specialization
- association
- Generalization
- None of the above
544.In E-R diagrams, represents Key attribute
- Ellipse with underlying line
- Rectangle with underlying line
- Double rectangle
- None of the above