[Solved] CREATE TABLE Faculty

$25

File Name: CREATE_TABLE_Faculty.zip
File Size: 188.4 KB

SKU: [Solved] CREATE TABLE Faculty Category: Tag:
5/5 - (1 vote)

CREATE TABLE Faculty (Faculty_ID INT PRIMARY KEY IDENTITY, LastName VARCHAR (20) NOT NULL, FirstName VARCHAR (20) NOT NULL, Department VARCHAR (10)

1. Write a transaction that inserts three records into the Faculty table.

2. Write a transaction that deletes one of the newly inserted records.

3. Delete all C term courses. If the total enrollment for those courses is greater than 50, roll back the transaction

4. Use BEGIN TRAN and COMMIT TRAN to delete all records from your Faculty database. Use ROLLBACK TRAN to reverse all deletions.

5. Delete all records from your Faculty table. Use save point in such a way that you can rollback transactions to leave the original Faculty database. Display the current table following each row restoration.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CREATE TABLE Faculty
$25