How to delete an attribute from the emp table
Answers were Sorted based on User's Feedback
Answer / swetha
we can directly ALTER OR DROP the column AND THEN COMMIT ON
IT SO THAT IT GETS MODIFIED
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amit srivastava
create table stup(roll int,name varchar,marks int)
select * from stup
Alter table stup drop column marks
select * from stup
| Is This Answer Correct ? | 1 Yes | 0 No |
we can delete an attribute through delete command.
| Is This Answer Correct ? | 1 Yes | 8 No |
How to see the event list of an existing trigger using sys.trigger_events?
what is denormalization and when would you go for it? : Sql server database administration
How does stuff differ from the replace function?
Why are views required in the sql server or in any other database?
How to create view in stored procedure sql server?
What is transactional replication?
What is user defined stored procedures?
What is open database communication (odbc)?
What are sparse columns?
What is your recommendation for a query running very slow? : sql server database administration
how to delete duplicate rows in sql server2005
7 Answers Cisco, CTS, HCL, IBM,
How to retrieve field values using mssql_result()?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)