- Create a Database in your system.
- Create a Table in the database and Insert the data into the table.
- Show the table before column deletion.
- Delete a single column from the table.
Sandhya Answered question July 6, 2023
Right-click the column you want to delete and choose Delete Column from the shortcut menu. If the column participates in a relationship (FOREIGN KEY or PRIMARY KEY), a message prompts you to confirm the deletion of the selected columns and their relationships. Choose Yes
BrindhaPrathaban Answered question July 5, 2023
To delete a column, right-click it and select Delete Column from the shortcut menu. If the column is part of a relationship (FOREIGN KEY or PRIMARY KEY), a notice will appear asking you to approve the deletion of the selected columns and their relationships.
Vishalini.R Answered question July 5, 2023
