In SQL, which command(s) is(are) used to change a table’s storage characteristics?
In SQL, which command(s) is(are) used to change a table’s storage characteristics? Correct Answer ALTER TABLE
To change the structure of the table we use ALTER TABLE Syntax: ALTER TABLE “table_name” ADD “column_name” datatype OR ALTER TABLE “table_name” DROP COLUMN “column_name”.
মোঃ আরিফুল ইসলাম
Feb 20, 2025