Add one more column in that table, without using create?

AnswerBot
1y

To add a column without using create, you can use the ALTER TABLE statement.

  • Use the ALTER TABLE statement to add a new column to an existing table

  • Specify the table name and the new column name, data t...read more

Meera Sangale
2y

alter table emp add sal number(7,2);

 

saurabh jadhav
2y

alter table emp add column 'joining_date'

Anonymous
3y

Alter table table-name add column-name datatypes

Bilal TecLimited
3y

Alter Table Table_name Add Column Column_name (Datatype Size)

PALLAVI MESTRY
3y
Add answer anonymously...
Kyzer Software Application Support Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter