Examveda
Examveda

A command that lets you change one or more fields in a record is

A. Insert

B. Modify

C. Look-up

D. All of the above

Answer: Option B

Solution(By Examveda Team)

Sometimes we need to change the data type of a column. To do this, we use the ALTER TABLE Modify Column command.
Sytax:
ALTER TABLE table_name
MODIFY column_name "New Data Type"


This Question Belongs to SQL >> Sql Miscellaneous

Join The Discussion

Comments ( 1 )

  1. Furkhan Shaikh
    Furkhan Shaikh :
    4 years ago

    Modify is a clause and not the command

Related Questions on Sql Miscellaneous