Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Experiment No-1

Name: Ajay D. Rewatkar Roll no.: 21201230

Tittle-Introduction to SQL-Queries and SubQueries.

A) Table
1) Create Table Student1

2) Insert into Student1


3) Select query

4) Alter Command

5) Update

6) Drop
B) Commands for Record Handling
1) CREATE

2) INSERT

3) Arithmetic operators (+)

4) Comparison Operator

5) Logical Operator: Like operator


6) ORDER BY query

7) Group by query
Group function with Count

 Query for Sum


 Query for Average

 Query for Minimum

 Query for Maximum

 Union Query
 UNION ALL
 Intersect

 Minus

 Drop Query

You might also like