SQL Trick | Rename Existing Column in a Table #sqltips

preview_player
Показать описание
In this cool SQL Trick, we rename a column of an existing table.

Must Do Data Analytics Certifications -

Google Data Analytics Professional Certificate

Google Advanced Data Analytics Professional Certificate

Practice SQL Queries on Your Browser through Interactive Courses -

Please do not forget to like, subscribe and share.

For enrolling and enquiries, please contact us at
Рекомендации по теме
Комментарии
Автор

Very cool. These SQL tips are awesome.

diydecor
Автор

We can use Alter statement as well. Please confirm.

AmitGupta-muuv
Автор

Whats the best way to do this in general, in other databases

mdy
Автор

Alter table rename column val to val1;

lakshmanrocky