IT232 Database Management System

Database Management SystemTU Board 2025

Consider the following tables of a database: Instructor (InstructorID, InstructorName, JobStatus) Subject (SubCode, SubjectName, CreditHours) Taught (Subcode, InstructorID, Semester) Write SQL…

10

Consider the following tables of a database: Instructor (InstructorID, InstructorName, JobStatus) Subject (SubCode, SubjectName, CreditHours) Taught (Subcode, InstructorID, Semester) Write SQL Queries for the following: i) Insert a record with values "IT232", "DBMS", 3 in the Subject table ii) Change the JobStatus of an Instructor with ID 521 to 'Permanent' iii) To add a column "salary" in instructor table. iv) To display the name of instructor with highest salary. v) To delete a column credit hours from subject table.

A worked answer is on its wayMeanwhile, read the Database Management System notes for this topic.

Discussion

Loading…

More Database Management System questions

All Database Management System old questions