DROP
CREATE
UPDATE
ALTER
The UPDATE command is a Data Manipulation Language (DML) instruction for altering data within existing table rows. Conversely, DROP, CREATE, and ALTER are Data Definition Language (DDL) instructions, employed for defining and modifying database structures.
The SELECT statement when combined with \(\_\_\_\_\_\_\) clause, returns records without repetition.
In SQL, the aggregate function which will display the cardinality of the table is \(\_\_\_\_\_\).
myStr = "MISSISSIPPI"
print(myStr[:4] + "#" + myStr[-5:])