SQL ALTER TABLE Statement | SQL Server Tutorial for Beginners

preview_player
Показать описание
Learn how to work with ALTER TABLE in SQL to add or delete columns in the existing table. To add a column to an existing table, use the ALTER TABLE with ADD command. To delete a column from an existing table, use the ALTER TABLE with DROP COLUMN.

Install SQL Server on Windows 10

#SQLServer #SQLTutorialForBeginners #AmitThinks

► Top Online Courses From Amit Thinks

► Follow

► Subscribe

► Donate & Support us
Рекомендации по теме
Комментарии
Автор

Hi, how can we alter a table and add current timestamp which we forgot to enter while creating the table?

sadiaanjum