---
title: "How would you delete a column?"  
description: "How would you delete a column?"  
author: "Anonymous User"  
published: 2012-04-09  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1426/how-would-you-delete-a-column  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# How would you delete a column?

ALTER TABLE techpreparation_answers DROP answer_user_id.

## Answers

### Answer by Anonymous User

ALTER TABLE techpreparation_answers DROP answer_user_id.


---

Original Source: https://www.mindstick.com/interview/1426/how-would-you-delete-a-column

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
