Top "Table-rename" questions

Table renaming is an option in SQL used to rename tables.

Rename a table in MySQL

Renaming a table is not working in MySQL RENAME TABLE group TO member; The error message is #1064 - You have …

mysql database table-rename
Rename Oracle Table or View

What is the syntax to rename a table or view in Oracle?

oracle table-rename
Determine Which Objects Reference a Table in SQL Server

I work with SQL Server 2008 and I have a database that has more than 1500 columns and about 500 stored procedures and ... . …

sql-server-2008 table-rename
Oracle - drop table constraints without dropping tables

I'm doing some bulk migration of a large Oracle database. The first step of this involves renaming a whole load …

sql oracle constraints rename table-rename
Changing Oracle table name

I'm trying to change a table name in oracle. I first run this script to declare the table CREATE TABLE …

sql oracle11g alter-table table-rename
Renaming multiple columns in one statement with PostgreSQL

Is it possible to rename multiple columns in a single statement, something along the lines of: ALTER TABLE Users RENAME …

sql postgresql ddl alter-table table-rename
Rename Oracle table

What is the difference between ALTER TABLE RENAME statement and RENAME TABLE statement. ie, between Alter table old_table_name …

sql oracle oracle11g alter-table table-rename