Learn SQL Commands (Part-2)
T-SQL Commands for everyone
Table Of Contents
- Create a table that doesn't allow empty values
- Create a table with limiting conditions
- Create a table with specific conditions
- Modify data on a table
- Delete data(row) from a table
- Delete a table
- Delete a database
- Modify the data type of a table
- Modify Column Name of a table
- Add a new column to an existing table
- Remove column from an existing table
- Rename a table name
1. Create a table that doesn’t allow empty values
2. Create a table with limiting conditions
3. Create a table with specific conditions
4. Modify data on a table
(Before Update)
(After update)