Create Table Using SQL Command2
Create Table Using SQL Command2
Add Columns
2. Insert records
1. insert into "marksheet" values (101, 'Sagar',
105, 27, 25, 28, 80 , 88 , 'B1')
3. Steps to perform a query using design view
1. Click Queries Create Query in Design View….
2. The query design window will open.
3. Select the marksheet table and click on Add
button.
4. Now select fields given in the question like
name, rollno, marks,Sub101, Sub102, Sub103,
Total and Percentage.