Xii 123445
Xii 123445
Xii 123445
SCHOOL
MOGAPPAIR, CHENNAI – 600 037
A Project Report On
“__________________________________”
Submitted By
Roll No : _______________
Name : _______________
Class : XII
CERTIFICATE
“________________________________________________”,
___________________
Last but not the least I thank all my friends who helped me in the
completion of this project.
CONTENTS
1. INTRODUCTION TO PYTHON
2. PROJECT ON ____________________________
3. INTRODUCTION
4. OBJECTIVES
5. SYSTEM REQUIREMENTS
6. PROPOSED SYSTEM
7. BACKEND DETAILS
8. FRONTEND DETAILS
11. BIBLIOGRAPHY
INTRODUCTION TO PYTHON
History of Python
Python was developed by Guido van Rossum in the late eighties and early
nineties at the National Research Institute for Mathematics and Computer Science
in the Netherlands. Python is derived from many other languages, including ABC,
Modula-3, C, C++, Algol-68, SmallTalk, and Unix shell and other scripting
languages.
Python is copyrighted. Like Perl, Python source code is now available under
the GNU General Public License (GPL). Python is now maintained by a core
development team at the institute, although Guido van Rossum still holds a vital
role in directing its progress.
Python Features
clearly defined syntax. This allows the student to pick up the language
quickly.
eyes.
Macintosh.
databases.
system of Unix.
Task : To change the datatype of admno into char and increase the size as 5
Drop Table : This DDL command is used to remove a table from any existing
database.
Syntax:
Drop table < table name>
Example:
Sql> drop table student ;
Example:
1. Update emp
Set sal = sal + sal * 0.05; ( Give an increment of 5 % to each employee )
2. update emp
set sal = sal+ sal * 0.05
where job =’PRESIDENT’; (Give an increment o f 5% to president only)
DELETE: This DML command is used to delete a row/ tuple(s) from a table.
The Syntax is as follows,
Syntax:
DELETE from <tablename > [ where < condition > ]
Example
1. Delete from emp ; ( delete all the records leaving it’s structure intact)
2. Delete from emp where sal >=3000 ;
Create View: This Command is used to create a new View in any existing database.
The syntax is as follows:
Syntax:
Create view < viewname> As Select command
Example:
create view abc as select empno,job,sal from emp;
Drop View : This command is used to drop any existing view from the database.
The syntax is as follows,
Syntax:
Drop View < viewname>
Example:
Drop view abc;
HARDWARE REQUIREMENTS
SOFTWARE REQUIREMENTS
Operating System
Wi Windows 7 or higher