Answers for "you can delete a column in a table with the alter table drop column statement, even if the column is referenced in a constraint. true or false?"

SQL
22

alter table delete column

ALTER TABLE "table_name" DROP "column_name";
Posted by: Guest on February-05-2020

Code answers related to "you can delete a column in a table with the alter table drop column statement, even if the column is referenced in a constraint. true or false?"

Code answers related to "SQL"

Browse Popular Code Answers by Language