B.TECH.
COMPUTER SCIENCE AND ENGINEERING – July - Dec, 2024
CSLR51 – Database Management Systems Laboratory
#Session: 10 || Date: 16/10/2024
Viva Due: Question 2 (16/10/2024)
Moodle Due: 23/10/2024 at 11 PM
1. Embedded SQL using C
Develop an application package using C embedding SQL for the Airline Travel Schema you have
explored in Session 5. Your package should simulate every command in DDL and DML.
//To install mysql header files -> apt-get install libmysqlclient-dev
//To run embedded sql in c -> gcc test1.c `mysql_config --cflags --libs`
2. Embedded SQL using PHP and HTML
Develop an application package using PHP and HTML embedding SQL for the employee schema
you have explored in Session 4. Your package should simulate every command in DDL and DML.
---THE END---