Model Practical
Model Practical
PYTHON PROGRAMS
1. Write a python program to create a stack called Employee, to perform the basic
operations on stack using list. The list contains two values – employee number and
employee name.
2. Write a menu driven program using binary file
Insert Student Record (Rollno, Name, Marks)
Display Record
Exit
MYSQL PROGRAMS
1) Write SQL command based on following 2 tables.-Handsets, Customer
(5) Display CustNo, CustAddress and corresponding SetName for each customer.
Select CustNo, CustAddress,SetName from Customer,Handsets where Handsets.SetCode = Customer.SetNo;
PUBLISHER
PUBLISHER-ID PUSLISHER-NAME BOOK-ID
1001 TATA MCGRAW HILL 101
1002 OXFORD PRESS 102
1003 UNIVERSITY PRESS 104