#6 Create a Data Table in SQL || Microsoft SQL Server in Tamil



#6 Create a Data Table in SQL || Microsoft SQL Server in Tamil

#6 Create a Data Table in SQL || Microsoft SQL Server in Tamil

Next topic : #7 Relational Table : https://www.youtube.com/watch?v=7r-akJ5kEjg&list=PLmjuBlzAWCzwEnssE9xPgPUd1ZlNCHKqS&index=7
Previous topic : #5 Creating Database : https://www.youtube.com/watch?v=pa_QiZ3x0Zk&list=PLmjuBlzAWCzwEnssE9xPgPUd1ZlNCHKqS&index=5
Please watch all videos in the series : https://cka.collectiva.in/t/sqlserver
Buy Now : Diploma in .Net Web Development Course : https://cka.collectiva.in/b/DNWD
Buy Now : Diploma in .net Windows Development Course : https://cka.collectiva.in/b/DINWD

Create a Data Table in SQL (In Tamil ) –This video explains Create a Data Table in SQL

Create a Data Table in SQL :.

To create a new table, enter the keywords create table followed by the table name, followed by an open parenthesis, followed by the first column name, followed by the data type for that column, followed by any optional constraints, and followed by a closing parenthesis.

It is important to make sure you use an open parenthesis before the beginning table and a closing parenthesis after the end of the last column definition. Make sure you separate each column definition with a comma. All SQL statements should end with a “;”.

The table and column names must start with a letter and can be followed by letters, numbers, or underscores – not to exceed a total of 30 characters in length. Do not use any SQL reserved keywords as names for tables or column names (such as “select”, “create”, “insert”, etc).

Data types specify what the type of data can be for that particular column. If a column called “Last_Name”, is to be used to hold names, then that particular column should have a “varchar” (variable-length character) data type.

This Video is Part of “Microsoft SQL Server (In Tamil)”
You can watch all videos, click this link: https://goo.gl/H68PVG

Collectiva Knowledge Academy Facebook Page Link is Below :
https://www.facebook.com/cka.collectiva

Link for CKA App Download :
https://tinyurl.com/in-collectiva-ckaapp

For a full list of our YouTube courses, visit our website: http://cka.collectiva.in/programming

**********************************************************************
Special Offers:
College Student’s Offer: http://cka.collectiva.in/LearnersV2/CollegePackage.aspx

School Student’s Offer: http://cka.collectiva.in/LearnersV2/SchoolPackage.aspx

**********************************************************************

Contact Details :
Feel free to Call : (+91) 850 850 2000

By Collectiva Knowledge Acadamy http://cka.collectiva.in
#SQLServerInTamil #CollectivaKnowledgeAcademy
Related Searches:
Create a Data Table in SQL(In Tamil ) ,DBMS in Tamil,sql in tamil, sql tutorial in tamil, sql server in tamil, sql server tutorial in tamil, mysql in tamil, database in tamil, database management system in tamil

Comments are closed.