In this article, you will get a practical assignment for Database Management System 10. These assignment questions are based on create a table and insert values in the table.
Topics Covered
Practical Database Management System 10
Create database and give the name as practical.
Create Table
Instructions:
- Create table 1,2,3 using design view.
- Insert records using datasheet view.
- Create table 4 and 5 using SQL command.
- Insert records using SQL command.
Dear Students,
Attach the screenshot of each and every command along with output screens. Attach the outputs and datasheet separately for each question. Write steps wherever applicable.
Create following tables in OO base for Database Management System 10.
[1] Students
Field Name | Data Type | Size |
RollNo | Integer | 3 |
Name | Text | 15 |
Gender | Text | 6 |
City | Text | 20 |
DOB | Date | 8 |
Blood_Group | Text | 5 |
Remark | Text | 10 |
Assign RollNo as primary key.
[2] Employee Table
Field Name | Data Type | Size |
EmpNo | Integer | 5 |
EmpName | Text | 15 |
Designation | Text | 10 |
Address | Text | 50 |
City | Text | 10 |
MobileNo | Text | 10 |
Salary | Decimal | 9,2 |
Gender | Text | 6 |
Assign EmpNo as primary key
[3] PhoneDiary
Field Name | Data Type | Size |
Cust_ID | int | 5 |
CName | Text | 15 |
CustomerAddress | Text | 20 |
City | Text | 10 |
PhoneNo_Res | Text | 10 |
PhoneNo_Off | Text | 10 |
MobileNo | Text | 10 |
Email_Id | Text | 20 |
Primary Key – Cust_ID
[4] Marksheet
Field Name | Data Type | Size |
Stud_No | Integer | 2 |
Name | Text | 15 |
RollNo | Integer | 3 |
Sub101 | Decimal | 3,2 |
Sub102 | Decimal | 3,2 |
Sub103 | Decimal | 3,2 |
Primary Key – Stud_No
[5] Player
Field Name | Data Type | Size |
Player_ID | integer | 5 |
Player_Name | Text | 15 |
Age | integer | 2 |
Height | Text | 5 |
Weight | Integer | 3 |
BloogGroup | Text | 5 |
No_of_Matches | Integer | 5 |
Centuries | Integer | 3 |
Wickets | Integer | 3 |
Average_Run | Decimal | 5,2 |
Primary Key – Player_ID
Insert at least 10 records in every table.
Click here to get the practical lists for Unit 1 and Unit 2.
In the next section Database Management System 10 complete these queries as per given instructions.
Queries
- In the Database file Add these Fields: (Total: Datatype- Number 3 digits, Percentage: Datatype – Number 3 digits with 2 decimal places, Grade: Datatype- Char with 2 letters)
- Insert more 3 records in MARKSHEET using SQL mode.
- Update the values for newly added columns i.e. Total, Percentage, Grade table using UPDATE command. (Grades should be A1 to E2 as per CBSE exam pattern)
- Display all records of the marksheet table, write SQL command.
- Display name, rollno, marks of 3 subjects, total and percentage using design view.
- Write SQL command to display name, rollno, grades from the marksheet table.
- Display the maximum and minimum marks for Sub101 using design.
- Display the sum of marks for Sub102 using SQL command.
- Display the rollno, student name and percentage whose name starts with A using SQL command.
- Display the rollno, student name and percentage whose name second letter is i using SQL command.
- Display all the records from the marksheet table whose name ends with ‘N’ using SQL command.
- Display the rollno, name and percentage whose percentage are more than 70.
- Display the records who secured the grade A1 and A2.
- Display all the record in ascending order of names using SQL view.
- Display the rollno, name, and grades whose percentage are in between 70 to 100.
- Display the rollno, name, sub101, sub102,sub103 with an increment of 5 marks in each subject.
- Display all the students record who failed in sub102. (Marks less than 33)
- Display all the students records who needs improvement in Sub103. (Marks less than 33 and Greater than 30)
- Display all the records in descending order of percentage.
- Delete the records from table who is failed in any of the subject. (You can use any mode)
Complete these queries and write SQL commands wherever applicable, write steps for design view queries wherever applicable.
Now in the next section of Database Management System 10 I will provide you practical questions for creating Forms.
Creating Forms
- Create forms by selecting all the fields for the tables – Students, Employee and Marksheet
- Add 3 new records into Students table using navigation toolbar.
- Change the label backgrounds and fonts formatting as per your choice.
- Search records by from form of students for the boys.
Write steps to complete these tasks. Attach the appropriate screenshots with that.
In the next section of Database Management System 10 you will get the practical question based on Reports.
Creating Reports
Create report for the all the tables. Use your own choice of layouts. Save your reports with your title.
Write steps to complete these tasks. Attach the appropriate screenshots with that. Submit the PDF or document.
That’s All from the Database Management System 10 practical. I hope you enjoyed this article.
Thanks for visit!
where are the answers
Sir pls make a vedio of class 10 Information technology partical term 2
Topic : DBMS . Create table 1,2,3 using design view and insert records using
datasheet view.Create table 1,2,3 using design view.
Insert records using datasheet view.
Create table 4 and 5 using SQL command.
Insert records using SQL command.
Sir can you pls provide the answer also