SQL Module 5 Assignment
SQL Module 5 Assignment
select *
from ord order by amount desc
/*
2.Create a table with name ‘Employee_details1’ and comprising of these columns –
‘Emp_id’, ‘Emp_name’, ‘Emp_salary’.
Create another table with name ‘Employee_details2’, which comprises of same columns as
first table.
*/