Monday 25 June 2018

SQL Server

SQL Synatx:
 Create Database Database Name

Use Database Database Name

Create Table {Table Name}
(
    TableId int Primary Key Identiry,
    Name varchar(50),
     Address varchar(50),
     Roll int
)

SQL Server

SQL is a standard language for storing, manipulating and retrieving data in databases.

Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems.