Programming Blog
Monday, January 24, 2011
Renaming a Table name
To rename the table name the syntax is as follows:
Syntax:
rename current_table_name to new_table_name;
Example:
rename students to student;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment