In this SQL Tutorial video, we show you how to create a table in SQL azure database. This is the cloud database from Microsoft. We use CREATE TABLE sql command to create two tables. Next we go over the Alter table command which can be used to add (ADD), modify (ALTER COLUMN) and delete columns (DROP COLUMN) in an Azure SQL table. You can also add constraints like Primary key constraint, foreign key constraint using the Alter Table command. We also go over how to delete the table from SQL azure cloud database using the DROP TABLE command. For this video we have to use SQL Server Management Studio from SQL server 2008 R2 version
For additional videos, please visit our YouTube Channel:
https://www.youtube.com/user/baghul?feature=watch