Sharp Tutorial
Create Table in SQL

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

SQL

  • SQL home
  • SQL introduction
  • SQL install and Run
  • create table
  • drop table
  • alter table
  • Insert into table
  • select query
  • Where Clause
  • Order By /Group By
  • Delete Query
  • Update query
  • Aggregate Function
  • Join Tables
  • SQL Examples
  • SQL Exercise

DBMS

Create Table SQL

To create table first we need to create database if it does not exists.Queries run in sql window.

SQL Query to create Database

 
    create database sharp_tutorial; 
 

When we run this query database is being created 

Once database is created or exists create table as per following

 
create table login (userid varchar(10),password varchar(10) ,type varchar(20));
 

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial