Computer Science, asked by rahul2103, 4 months ago

Create a student table and insert data. Implement the following SQL commands on the student table: ALTER table to add new attributes / modify data type / drop attribute UPDATE table to modify data ORDER By to display data in ascending / descending order DELETE to remove tuple(s) GROUP BY and find the min, max, sum, count and averag

Answers

Answered by vijay1982dec
0

have a look to google for answer because I don't know

Similar questions