SQL Tutorial - 55: The ALTER TABLE Command

preview_player
Показать описание
In this tutorial we'll see how we can modify the structure of a table through the ALTER TABLE command in SQL.

The command allows us to add, drop or modify fields in a table.

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

I have learned totally in just a Day. great series.

pawanjakke
Автор

How to insert values in a column after alter the table?, example in this video default column have null then how to insert data in that place, which syntax is there?

kamanurisrinivasulu
Автор

Everything I wanted to know...
Thanks very much

Ayushkumar-scix
Автор

please make a tutorial on 'how we can create relationship between tables?'
one to one
one to many
many to many

twot
Автор

how to insert the values in new column sir? I still have doubt.

ridhisharma
Автор

how to get missed ids count of serial numbers...like 101, 102, 103, 105, 106...how to get 104 from this..with query

inderpreetsingh
Автор

Sir How to apply identity command in a particular column using alter command

yogitamane
Автор

How do I add values to and existing table? eg I have a table with a price column ($29, $30, $70) I want to add $20 where $70 is to make it a total of 90. How do I do that?

KemTech
Автор

Why I couldn’t add double cause I want large number like the number of population

NoraAlfraidi
Автор

can you alter table in temporal tables without creating and only changing something in column

ka
Автор

What is the difference for varchar(m) and char(m) sir?

pawanjakke
Автор

may i know where is the run button? is it the "apply" button or not?

haimepiphany
Автор

Followed video verbatim, but keep getting an error: ALTER TABLE employee MODIFY name CHAR(30) NOT NULL; Error Code: 1138. Invalid use of NULL value.

bobbyrios
Автор

Nice video. Could you make a video like this one, but with ALTER TABLE ADD CONSTRAINT ? Thank you

augustoliver
Автор

Doesn't really work on Oracle 18c Enterprise Edition.

shaheenkirasoi
Автор

Tell me bro how to alter enum column in database..

VikramSingh-kecz
Автор

are you alright brother? You haven't uploaded in a long while.

shahnawazabdulrehman
Автор

How we can find your other vidoes of my sql

Shakirkhan-xifw
Автор

We can't copy... City field  data from other tables... using any command..???

ysbharath
Автор

Hello sir, I was wondering if we could modify the column..?

vivekuniyal