Select
Select all records from table
('jebaroshan', '24UCS023',89,67)
('ram', '24UCS034',90,87)
('Sam', '24UCS045', 85, 79)
Select particular columns
('jebaroshan', 89)
('ram',90)
('Sam',85)
Select particular rows
('ram', '24UCS034,90, 87)
Select particular rows and columns
('ram', '24UCS034')
('Sam', '24UCS045')