COMPUTER APPLICATIONS
DATABASE MANAGEMENT SYSTEMS
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 To rename a column (field) in a table, you can use one of the methods, namely____ 
| 
 | 
  Rename Field 
 
 | 
| 
 | 
  Moving Fields 
 
 | 
| 
 | 
  Deleting Fields 
 
 | 
| 
 | 
  Changing Places 
 
 | 
| 
 | 
  Adding Fields 
 
 | 
 Explanation: 
Detailed explanation-1: -To rename a column in MySQL the following syntax is used: ALTER TABLE table name RENAME COLUMN old column name TO new column name; This command is used to change the name of a column to a new column name.
 There is 1 question to complete.