Practical No.
11
Practical Name : Create a Table
Q. Create a Table Salesman' with the following structure:
Field Name Data Type
SM ID Number (NUMERIC)
SM_Name Text (35 Characters)
Address 1 Text (40 Characters)
Address2 Text (40 Characters)
City Text (15 Characters)
State Text (15 Characters)
Pin Code Number
Sell Amt Number
Comm Number
Phone Number
(a) Insert a new field 'Gender. (Use default value of Gender field as 'Male').
(b) Insert at least 15 records in the Table.
(c) Save and Close the Table.
(d) Open the Table 'Salesman' again and Delete Record numbers 3 and 6.
(e) Modify the width of the Address1 and Address2 field as Text (50 Characters).
(f) Sort the records of the table in ascending order of SM_NAME field.
(g) Sort the records of the table in descending order of SM_NAME field.