The document outlines the requirements for a Database Management Systems Laboratory session for B.Tech Computer Science students. It includes two tasks: developing an application package using C with embedded SQL for an Airline Travel Schema and another using PHP and HTML for an employee schema. Due dates for the viva and Moodle submission are specified as 16/10/2024 and 23/10/2024, respectively.
The document outlines the requirements for a Database Management Systems Laboratory session for B.Tech Computer Science students. It includes two tasks: developing an application package using C with embedded SQL for an Airline Travel Schema and another using PHP and HTML for an employee schema. Due dates for the viva and Moodle submission are specified as 16/10/2024 and 23/10/2024, respectively.
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.