You are on page 1of 2

LAB REPORT NO.

1
DBMS

22/12/220
Name: Zain Shahid
Roll no: 12161
Class: BSSE(iv)Eve
Ex.1: Write a query to display all the columns from salesman table.
Sample table: salesman

Solution:
SELECT * FROM salesman;

Output of the Query:

You might also like