0 votes
in Sql by
A command that lets you change one or more field in a table is:

Select the correct answer from below options:

a) INSERT

b) MODIFY

c) LOOK-UP

d) All of the above

1 Answer

0 votes
by

b) MODIFY

The modify command is used to change one or more columns in the existing table. It is generally used with ALTER TABLE statement as follows.

LTER TABLE table_name MODIFY column_name column_type;

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
0 votes
asked Mar 22 in AWS by DavidAnderson
...