Oracle - SQL - Alter Table

preview_player
Показать описание
Oracle - SQL - Alter Table
Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
Рекомендации по теме
Комментарии
Автор

Use coupon "YOUTUBE12" to get ‘’FLAT 12%’’ OFF at Checkout.

TutorialsPoint_
Автор

@tutorials point anadi bro you missed one point how to rename the column by using alter statement 😅 OK guys how to rename the column name by using alter statement it's simple just apply sql>alter table employess rename column col1 to newcol1; syntax is sql> alter table [table name] rename [existing column name ] to [new column name ]; guys apply this first and after apply the drop unused columns command

Krishnakumar-frsw
Автор

Thanks brother for your nice tutorials, I faced a problem can not drop colunm in SYS user which is connect as sysdba.

ahsanulmoyej
Автор

Hi, I'm unable to drop the column name "Salary".
Please help!!

syedjawadshah
Автор

ERROR at line 1:
ORA-12988: cannot drop column from table owned by SYS.
now what can i do..???

bablu
Автор

Sir, Which software should we use if the table data is huge?

VadlakondaHasini
Автор

How to rename the column? you didnt discuss

asmashaikh
Автор

Can u telll me how to insert the table

hafidza.p
Автор

What i have to do if i want to add Column by position....???? please help

sppatro
Автор

how to add col before and after
thats like i want to add col after emp_id, so how to add.

abheshkumar
Автор

Sir How can someone know what all columns have been put as " Set Unused" ?

labhanshgupta
Автор

Sir ager alter table ka table dakna chyeta ho to Kay kar
Jasy simple table ma (desc or tablet name) write kerty Han to table show hota ga asy alter table ka liy kon si command day gay to table ay ga

sadiasadiaqamar
Автор

When I tried to drop salary column it's saying" cannot drop column from table owned by sys". Please suggest do I have to create another user other than sys so that I can perform this drop command.

dips
Автор

2:19 how did you automatically select desc employees command without even typing it fully?

rahulchatterjee
Автор

Cannot drop column from table owned by sys

bablu
Автор

How can I find the workspace name in Oracle 11g

harshneema
Автор

Video is not clear after Alter add topic

savitaameti
Автор

Write querry How to select domain in email address or service provider

harshitamirase
Автор

SQL)Alter table employees drop column salary;
*Not working*
Error: cannot drop column from table owned by SYS

freedomqclan