Kizspy | Question: 35 (Choose 1 answer)
In MS-SQL Server, there are three primary SQL commands (INSERT, UPDATE, and DELETE) to modify data
in a table. Which of the following is false about function of these commands?
A. These commands allow you to change the data type of a column, add or drop columns, and rename columns, among other operations.
B. These commands enable the alteration of data within database tables.
C. Each command has its specific syntax, usage, and allowing you to insert new rows, modifies existing rows, and remove rows from the table.
D. These commands belong to the Data Manipulation Language (DML) subset of SQL.