My SQL
Basics Of MySQL
Basics Assignment
Using MySQL
Using MySQL Assignment
Commit and Rollback
Commit and Rollback Assignment
Implementing SQL queries
Implementing SQL queries Assignment
Joins
Joins Assignment
Functions
Functions Assignment
Controlling and Managing
Controlling and Managing Assignment
Transaction Management
Transaction Management Assignment
SQL Backup and Restore
SQL Backup and Restore Assignment
HTML
CSS
Javascript
Bootstrap
JQuery
C
C++
Python
SQL
VBA
Q-1.Create this table and use enum for the priority column
Id
Grade
Priority
1
Good Grade
High
5
Good Grade
High
3
Mediocre Grade
Medium
2
Poor Grade
Low
4
Poor Grade
Low
Q-2.In the above table delete the id 2 and update the id 4 and perform the commit and rollback function
Previous
Next