Rename

From Wikipedia, the free encyclopedia

Rename (re- + name) is a word meaning change the name of something. Different areas, such as linguistics, relational algebra, and computer science incur renaming actions with different detailed activity, however the principles behind are all the same — change the name of something.

[edit] Computer science

In normal usage of computers, rename refers to the altering of a name of a file. This can be done manually, or by using batch renaming software that can automate the renaming process.

rename is also the name of the function performing the same action in C programming language: see rename (C).

In SQL, renames are performed by using the CHANGE specification in ALTER TABLE statements.


[edit] Relational algebra

See Rename (relational algebra).