SQL Project

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

INDEX

S.No Topic Page


Number
1 Query for How to show database. 1.
2 Query for How to create database. 2.
3 Query for To access in database and create 3.
table
4 Query for Go through with the structure of 4.
table
5 Query to see existing content in table 5.
6 Query for insert values in table. 6.
7 Query for How to insert Null values in table 7.
8 Query for Select statement for show specific 8.
rows & column
9 Query for sum of any Column in database 9.
10 Query for grouping in database. 10.
11 Query for selecting specific content form the 11.
table
12 Query for show data having null values. 12.
13 Query for deleting data from database 13.
14 Query for Alter in column name 14.

15 Query for updating any data in table. 15.


Page no. 1

🡺 How to see database.


Page no.2

🡺 How to create database.


Page no.3

🡺 To access in database and create table


Page no.4

🡺 Go through with the structure of table


Page no.5

🡺 Query to see existing content in table.


Page no.6

🡺 Query for insert values in table.


Page no.7

🡺 How to insert Null values in table.


page no.8

🡺 statement for show specific rows & column


page no.9

🡺 Query for sum of any Column in database.


Page no.10

🡺 Query for grouping in database.

page no.11
🡺 Query for selecting specific content form the table

Page no.12
🡺 Query for show data having null values.
Page no.13

🡺 Query for deleting data from database.


Page no.14

🡺 Query for Alter in column name.


Page no.15

🡺 Query for updating of any data in table .

You might also like