Select from following answers:- ALTER TABLE [category].[product] [category].[employee]
- EXEC sp_rename category.product', 'employee'
- EXEC sp_rename 'category.employee', ‘product’

- All Above
You cannot use the ALTER TABLE statement to rename a table.
Show Correct Answer
Source: measureup.com | |
Alert Moderator