Quote:
|
Originally Posted by ravi30
is it possible to delete a column of a table! if so how can i?
|
Superfluous columns in a table are normally not a problem for DML access.
If it's important to "hide" a particular column, you may RENAME the original table and CREATE a VIEW with the old table name, referring the new table name, where that view has one column less than the table.