1) Create A Student Table With Student - Id, Name and Marks As Attributes Where Student - Id Is Primary Key SQL Create Table Student
1) Create A Student Table With Student - Id, Name and Marks As Attributes Where Student - Id Is Primary Key SQL Create Table Student
1) Create A Student Table With Student - Id, Name and Marks As Attributes Where Student - Id Is Primary Key SQL Create Table Student
);
5) Find the min, max, sum, and average of the marks in a student marks table
6) Write a SQL query to order the (student ID, marks) table in descending order of the marks
(Customer_ID int ,
Customer_Name VARCHAR(15),
country VARCHAR(15)
);