SESSION 3: PERFORM OPERATIONS ON TABLE
Unit – 3 DBMS
SESSION 3: PERFORM OPERATIONS ON TABLE
Q1. What do you mean by Datasheet View?
Ans. A view in which new data can be inserted and inserted data can be
modified or removed in a table is called datasheet view
Q2. What do you mean by design view?
Ans. A view in which we can change the structure of the table is called
design view.
Q3. Write steps to open table in design view.
Ans. Steps to open table in design view are :
- Open the Open Office Base
- Right click on the table which we need to
open.
- Select option Edit from popup menu.
- Required table will open in design view
Q4. What do you mean by Field Property in Base?
Ans. Those properties which determine the characteristics and behavior
of fields are called field property.
Q5. Name two properties of Numeric type data.
Ans. Two properties of Numeric type data are :
- Auto Value
- Length
Q6. Name two properties of Character type data.
Ans. Two properties of Character type data are :
- Entry Required
- Length
Q7. What is the default length of Integer data type?
Ans. The default length of Integer data type is 10.
Q8. What is the default length of Varchar data type?
Ans. The default length of Varchar data type is 50.
Q9. Define the following field properties in reference to Open Office
Base.
1. Default Value
2. Format
3. Auto Value
Ans.
1. Default Value : A value which automatically appears when we enter the
new record.
2. Format : This property helps to set the format of the data entered in
the field.
3. Auto Value : This is the property of Numeric Field type. If this
property is set to Yes then numeric field will get auto numeric value.
Q10. What do you mean by Sorting?
Ans. Sorting means to arrange the data in either ascending or descending
order.
Q11. What is Referential Integrity?
Ans. Referential Integrity is used to maintain the accuracy and
consistency of data in relationship.
Q12. What do you mean by relationship between tables?
Ans. A relationship refers to an association or connection between two
or more tables.
Q13. How many types of relationship can be created between tables? Name
them.
Ans. Three types of relationship can be created between tables.
- One to One
- One to Many or Many to One
- Many to Many
Q14. Relationship option is available in _____________ menu.
Ans. Tool
Q15. Write two advantages of relationship created between two tables.
Ans. Two advantages of relationship created between two tables are :
- It reduces data entry errors.
- It help to summarize data from related tables
Comments
Post a Comment