Chap 6
Chap 6
Chapter#6
Q1: What is the concept of the degree of a relation?
The number of fields in a table is called the degree of relation. Once the table is created, its
degree usually does not change.
Q2: Write two characteristics of tables.
Each cell of the table contains only one value.
Each column has a distinct name that represents an attribute.
Q3: Describe the use of design view in MS-Access.
Design View allows users to customize the structure, layout, and functionality of database
objects such as tables, queries, forms, and reports.
Q4: Write down two table views available in Access.
Following are the two table views available in Access:
Datasheet view
Design view
Q5: What is an OLE object in MS-Access?
An OLE (Object Linking and Embedding) object is used to embed sound, picture, or other
objects such as a Word document or Excel spreadsheet that is created in another program in the
database.
Q6: Why is it important to specify data type?
Specifying the data types is important to tell the users to add appropriate types of data to
the particular fields in the database to perform specific operations on those fields.
Q7: List three methods to create a table in MS-Access.
Create a table using a wizard.
Create a table in the design view.
Create a table by entering the data.
Q8: What is a database wizard?
The Database Wizard is a tool that guides users through the process of creating a new database
by providing step-by-step prompts and options for defining its structure and customization.
Q9: What is the use of toolbars in MS Access?
Toolbars provide quick access to commonly used commands and functions, enhancing
user productivity and efficiency in Access.
Q10: Describe any two Toolbars of the MS ACCESS Application window.
The Standard Toolbar offers commands for common tasks like saving and printing, while
the Formatting Toolbar provides options for formatting text and objects.
Q11: How are criteria specified in a query?
Criteria are specified by selecting the field, entering the criteria expression in the criteria row,
and using logical operators to define conditions for filtering records.
Q12: State the use of query language.
Query is used to:
1. Extract records according to the specified criteria.
2. Choose the fields to display in the result.
3. Sort the records in a specific order.
4. Calculate fields and summarize data.