The ALTER TABLE statement in PLSQL allows us to alter or change the following: 1. Rename an already existing table in database. 2. Add, modify or delete/drop column(s) from an already existing table in database. It is a Data Definition Language (DDL) statement. Syntax for the ALTER TABLE to rename an existing table in PLSQL […]