Can we delete column in sql?



Can we delete column in sql?..

Answer / Rashmi Srivastava

Yes, you can delete a column in SQL using the ALTER TABLE command with the DROP COLUMN clause. For example: ALTER TABLE your_table DROP COLUMN your_column.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the advantages of sql?

1 Answers  


What is sql constant?

1 Answers  


describe mysql connection using mysql binary. : Sql dba

1 Answers  


what is data integrity

3 Answers   Fidelity, TCS,


What is left inner join in sql?

1 Answers  


What are literals in sql server?

1 Answers  


What is a database? Explain

1 Answers  


How do I view tables in sql developer?

1 Answers  


What are the sql commands?

1 Answers  


Which is the best place to learn hadoop?

1 Answers  


How can I see all tables in sql?

1 Answers  


how to include character strings in sql statements? : Sql dba

1 Answers  


Categories