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 rebuild all indexes on a single table?
How do you delete a trigger?
What Is The Difference Between Primary Key & Super Key
What is the advantage of specifying WITH GRANT OPTION in the GRANT command?
What is the language structure to add a record to a table?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What will happen if a column containing char type data is changed to the nchar data type?
what is database replicaion? : Sql server database administration
why we use cursor?
4 Answers CarrizalSoft Technologies, Melstar, TCS,
Can truncate be rolled back?
What is temporary table in sql server? Why we use temp table?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
Oracle (3259)
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)