Oracle - SQL - Alter Table

  Рет қаралды 142,327

TutorialsPoint

TutorialsPoint

Күн бұрын

Пікірлер: 43
@TutorialsPoint_
@TutorialsPoint_ Жыл бұрын
To Get Certification, Click Here: bit.ly/4537Uyk Use coupon "KZbin12" to get ‘’FLAT 12%’’ OFF at Checkout.
@Krishnakumar-fr5sw
@Krishnakumar-fr5sw 5 жыл бұрын
@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
@saikumarchowdada6309
@saikumarchowdada6309 2 жыл бұрын
NICE
@ahsanulmoyej4993
@ahsanulmoyej4993 4 жыл бұрын
Thanks brother for your nice tutorials, I faced a problem can not drop colunm in SYS user which is connect as sysdba.
@dhaneshpt8641
@dhaneshpt8641 7 ай бұрын
Thank you...
@VadlakondaHasini412
@VadlakondaHasini412 5 ай бұрын
Sir, Which software should we use if the table data is huge?
@Chinni1424
@Chinni1424 2 ай бұрын
Sir agar ushme koi value add karna ho to kaise karenge?
@kaushikaa9033
@kaushikaa9033 4 жыл бұрын
Thank u sir.
@rahulchatterjee9910
@rahulchatterjee9910 2 жыл бұрын
2:19 how did you automatically select desc employees command without even typing it fully?
@sarthakgandhi7552
@sarthakgandhi7552 2 жыл бұрын
down button press karo keyboard mai pata chal jayega
@syedjawadshah79
@syedjawadshah79 4 жыл бұрын
Hi, I'm unable to drop the column name "Salary". Please help!!
@coolstuff7327
@coolstuff7327 2 жыл бұрын
Same Problem
@mozi4712
@mozi4712 7 ай бұрын
you have to connect to your own schema
@sadiasadiaqamar9977
@sadiasadiaqamar9977 4 жыл бұрын
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
@Karai-x7r
@Karai-x7r 5 жыл бұрын
Can u telll me how to insert the table
@sppatro9477
@sppatro9477 Жыл бұрын
What i have to do if i want to add Column by position....???? please help
@asmashaikh2141
@asmashaikh2141 6 жыл бұрын
How to rename the column? you didnt discuss
@abheshkumar2232
@abheshkumar2232 6 жыл бұрын
how to add col before and after thats like i want to add col after emp_id , so how to add.
@Krishnakumar-fr5sw
@Krishnakumar-fr5sw 5 жыл бұрын
What about rename our column?
@bablu8752
@bablu8752 3 жыл бұрын
Cannot drop column from table owned by sys
@labhanshgupta6873
@labhanshgupta6873 6 жыл бұрын
Sir How can someone know what all columns have been put as " Set Unused" ?
@bablu001100
@bablu001100 6 жыл бұрын
ERROR at line 1: ORA-12988: cannot drop column from table owned by SYS. now what can i do..???
@manmeetjha5056
@manmeetjha5056 5 жыл бұрын
Did you get any solution?
@addybeez3277
@addybeez3277 5 жыл бұрын
same bro;...
@harshitamirase4663
@harshitamirase4663 4 жыл бұрын
Write querry How to select domain in email address or service provider
@sayanthanmahendran2777
@sayanthanmahendran2777 7 жыл бұрын
How to retrieve an unused column?
@dips8921
@dips8921 6 жыл бұрын
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.
@krishnavenidunnuthala2748
@krishnavenidunnuthala2748 5 жыл бұрын
Yes...even I have the same ....wt to do??
@feminist098
@feminist098 5 жыл бұрын
@@krishnavenidunnuthala2748 oracle is death
@syedjawadshah79
@syedjawadshah79 4 жыл бұрын
I'm having same issue
@savitaameti9155
@savitaameti9155 6 жыл бұрын
Video is not clear after Alter add topic
@harshneema8961
@harshneema8961 5 жыл бұрын
How can I find the workspace name in Oracle 11g
@freedomqclan2528
@freedomqclan2528 6 жыл бұрын
Waiting for you response
@freedomqclan2528
@freedomqclan2528 6 жыл бұрын
SQL)Alter table employees drop column salary; *Not working* Error: cannot drop column from table owned by SYS
@robertsmith9474
@robertsmith9474 6 жыл бұрын
The solution is to NOT create the table in the first place as user SYS. Create a new user to do all the steps above that is not SYS. This will solve all your problems. Here are the steps to create a new user: 1. Create a user: CREATE USER IDENTIFIED BY ; 2. Grant connect access to this user: GRANT CONNECT TO ; 3. Grant default access to user: GRANT RESOURCE TO ; 4. Now you can do an EXIT to logoff as SYS, then logon with the new user created, create the tables and perform the alters, drops, etc with no problems.
@Imrajeshsandhuvlogs
@Imrajeshsandhuvlogs 5 жыл бұрын
desktop system date once cheack it.
@lindavijayapriyagondhi5827
@lindavijayapriyagondhi5827 5 жыл бұрын
@@robertsmith9474 thank you :)
@thetruereality2
@thetruereality2 5 жыл бұрын
@@robertsmith9474 Thank you very much, this helped a lot
@addybeez3277
@addybeez3277 5 жыл бұрын
@@robertsmith9474 bro the query u written for creating the new user , So from where we suppose to write ?,i mean sqlplus statement?
@skabdulazeez1818
@skabdulazeez1818 5 жыл бұрын
Rename yedi bey .......
@Tech-jf6pt
@Tech-jf6pt 4 жыл бұрын
*Nee guddani rename chesuko ade othadi sir ki telugu radu ani telugu lo dengaku matalu gudda muskoni po bey...* *vadu endhuko edo issue undachu or anything else bey ani tittadam endi bey... neeku gade neripinchindra nee badilo teachers day* *roju whatsapp status lo prema suppetadam kadhu eppudu respect evvu adhi chalu nee comment evvadu pattichkodu... Rename* *command gurinchi neeku google mastu content susuko po bey...*
Oracle - SQL - Drop Table
1:09
TutorialsPoint
Рет қаралды 68 М.
Oracle - SQL - Joins
27:40
TutorialsPoint
Рет қаралды 50 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
SQL Tutorial - 55: The ALTER TABLE Command
5:30
The Bad Tutorials
Рет қаралды 196 М.
Oracle - SQL - Filtering Data
20:54
TutorialsPoint
Рет қаралды 35 М.
Oracle - SQL - Subqueries
13:27
TutorialsPoint
Рет қаралды 38 М.
Oracle - SQL - Managing Constraints
6:00
TutorialsPoint
Рет қаралды 46 М.
Oracle - SQL - Managing Transactions
14:47
TutorialsPoint
Рет қаралды 43 М.
6 SQL Joins you MUST know! (Animated + Practice)
9:47
Anton Putra
Рет қаралды 255 М.