Final
Final
PROGRAM
FILE
BY
SARTHAK
KUMAR
TH
12 E
Q1 Create a student table with student id,name and marks as
attributes where the student id is the primary key
CODE
OUTPUT
CODE
OUTPUT
Q3 Use select command to get the details of students with marks more than 70.
CODE
SELECT&* FROM STUDENTS WHERE MARKS >70;
OUTPUT
Q 5 Write a SQL query to order the (student ID,marks) table in descending order of the
marks
CODE
SELECT SUDENTID,MARKS FROM STUDENT ORDER BY MARKS DESC;
OUTPUT
CODE
SELECT COUNTRY_NAME,COUNT(CUSTOMER_ID) FROM
OUTPUT
Q12 Write a SQL query to change marks of student to 600 whose student id is 03,if the
existing marks is less than 400.
CODE&OUTPUT
CODE&OUTPUT
Q 16Find the number, dealer, and price of the most expensive article.
CODE&OUTPUT
Q 18 For each article, find the dealer or dealers with the most expensive price.
CODE&OUTPUT
NAME-SARTHAK KUMAR
CLASS-12TH E
INTRODUCTION
COVID 19 DATA ANALYSIS
Problem Definition: Covid 19 hospital management system has been developed to manage void
patient and doctor records efficiently. It helps to manage all the paperwork in one place. It also gives
a graphical representation of the dominance of status of covid patients in a given age
The Project "covid 19 hospital management system” is developed by SARTHAK KUMAR it took
approx. 7 days to develop this project, working 1 hour daily. All modules were completed by me only
as per my view and knowledge.
Reason for choosing the Topic: Because for the past 2 – 3 years from when the coronavirus
pandemic has started, data related to the pandemic has to be analyzed by everyone across the
world whether it is the government or the public, or great economists as well, calculating Total,
percentage, deaths, recovery range analysis is a tedious and tiring job for the government of each
country. Some Computer savvy countries make these calculations on spreadsheets etc. after data
alignment from the text file to the excel sheet, there was also manipulation of wrong data related to
the pandemic, which created more chaos among the people. That's why to simplify their task and
avoid manipulation of covid cases,
I took the challenge and started working with this project to automate the analysis of covid hospital
management-related data using Python programming.
Objective:
• Specialization of doctors
Limitations: