Ip File
Ip File
Program 5. Write a SQL query to show the serial number, name and
salary of employees which belongs to a list (East, West, North,
South).
Output:
Program 12. Write a SQL query to show the first 3 leƩers of the first
name of employees.
Output:
Program 13. Write a SQL query to show the employee first and last
name in upper and lower case.
Output:
Program 20. Create another table Order based on the given field
descrip on with appropriate constraint.
Order No, Order_Name, Dept_No, Order_date , Qty.
Output:
Program 21. Insert data of 4-5 rows in the above Order table.
Output:
Program 22. Write a SQL query to Join the two tables Emp and
Order.
Output:
Program 23. Write a SQL query to perform the join on two tables,
Emp and Orders such that only the common records from the
iden cal column will appear in the output.
Output:
Program 24. Write a SQL query to perform the Natural Join on the
tables Emp and Orders.
Output: