0% found this document useful (0 votes)
4 views1 page

Chem Prac

jsosj

Uploaded by

swastik.neew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Chem Prac

jsosj

Uploaded by

swastik.neew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

DAV PUBLIC SCHOOL,POKHARIPUT

PROGRAMS TO BE WRITTEN IN THE RECORD

1) Database Management:
2) Create a student table and insert data. Implement the following
SQL commands on the student table:
[15 SQL COMMANDS]
ALTER table to add new attributes / modify data type / drop attribute
UPDATE table to modify data
ORDER BY to display data in ascending / descending order DELETE to remove tuple(s)
GROUP BY and find the min, max, sum, count and average using aggregate function.
SELECT command with between, like, and ,or and in clause
JOIN command to join two tables with the reference of their PRIMARY KEY
3) Write a menu driven program to 1.insert and 2.delete a list of elements i.e Roll No and
Name in a linear data structure using stack.

4) Integrate SQL with Python by importing the MySQL module ::

 1 table is to be created and all the queries criteria to be written


in the record file.

Design a python application to create a table under a Mysql database and write all the
query commands like create, insert, fetching records, update and delete records from
the table using Mysql connectivity.

A PROJECT has to be made on Mysql Connectivity incorporating the SQL Queries


(Using create, insert, display, alter, update, delete)

Can choose any Billing Software from the list given below or any real life applications .

According to the SOP given by CBSE

Ms.Geetanjali Hota
Subject Teacher
Dept. Of Computer Science

You might also like