The document contains SQL queries for managing data in four tables: Students, Books, Transactions, and Members, including operations like SELECT, INSERT, UPDATE, and DELETE. It also mentions Python-SQL connectivity for creating databases and retrieving student information. The queries demonstrate various data manipulation techniques and retrieval methods for educational purposes.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Pract SQL Queries
The document contains SQL queries for managing data in four tables: Students, Books, Transactions, and Members, including operations like SELECT, INSERT, UPDATE, and DELETE. It also mentions Python-SQL connectivity for creating databases and retrieving student information. The queries demonstrate various data manipulation techniques and retrieval methods for educational purposes.
3. Python Program to Retrieve All Students with Their Enrolled Courses 4. Python Program to Find the Total Number of Students Enrolled in Each Course 5. Python Program to Retrieve Students with Marks Greater Than a Given Value