Downloaded From:: Computer Science (New)
Downloaded From:: Computer Science (New)
com/
Practical
Create a student table with the student id, name, and marks as attributes
where the student idis the primary key.
Insert the details of a new student in the above table.
Delete the details of a particular student in the above table.
Use the select command to get the details of the students with marks more
than 80.
Create a new table (name, date of birth) by joining two tables (student id,
name) and (studentid, date of birth).
Create a new table (order ID, customer Name, and order Date) by joining two
tables (order ID, customer ID,and order Date) and (customer ID, customer
Name, contact Name, country).