课程: Hands-On Introduction: SQL
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Rename a table
“
- [Instructor] We will be learning about the last DDL statement that is rename statement. Using this, we can change the name of a table, view, synonym, or sequence, but to do so, we should be the owner of the object. So this is the syntax for rename. It says: RENAME table1 TO table2. So this is the name, original name of the table, which I want to change to this one. So this is going to be syntax for the rename statement.