T-SQL - Create Table

preview_player
Показать описание
Learn T-SQL from basics, In this tutorial you will learn to Create Table in SQL.
Use coupon "YOUTUBE12" to get “FLAT 12%’’ OFF at Checkout.
Quality Learning to UPSKILL yourself only at TutorialsPoint.

T SQL(Transact SQL) is an extension of SQL used in Microsoft SQL Server and Sybase ASE databases.
This course will help you master the fundamentals of T-SQL from scratch. If you are interested in building a career in database administration or development, this course is for you.

Tutorialspoint, a leading ed-tech platform, offers Simply Easy Learning at affordable prices.

#tutorialspoint #sql #tsql #sqltutorials #sqlforbeginners #transactsql
Рекомендации по теме
Комментарии
Автор

Use coupon "YOUTUBE12" to get ‘’FLAT 12%’’ OFF at Checkout.

TutorialsPoint_
Автор

Create a table with following rules and regulations ma

1)Id should b identity
2)Name should allow only starting Letter with a to p
3)city should not allow Chennai, cbe, Salem
4) department should allo only cse, it, ece,
5) college default should b anna university
6) per should above only 70%
7) year of passing should be between 65 to 85
8) mailid should not allow null values
9)ph num should b primary key
10) designation should b unique constraints
11) salary default should b 0

varmelar