0% found this document useful (0 votes)
2 views

Lab Exercise - Session 10 - Embedded SQL

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.

Uploaded by

ranabhai4751
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Lab Exercise - Session 10 - Embedded SQL

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.

Uploaded by

ranabhai4751
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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---

You might also like