DROP
CREATE
UPDATE
ALTER
UPDATE is a Data Manipulation Language (DML) command used to modify data in existing rows of a table. On the other hand, DROP, CREATE, and ALTER are Data Definition Language (DDL) commands, which are used to define and modify the structure of a database.
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:])
Assertion (A): CSV file is a human-readable text file where each line has a number of fields, separated by a comma or some other delimiter.
Reason (R): writerow() method is used to write a single row in a CSV file.
Mark the correct choice: