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 |
What the different topologies in which replication can be configured?
What are the basic functions for master, msdb, model, tempdb databases?
Is port 1433 secure?
Is index a datbase objects in sql server?
List out the different types of locks available in sql server?
can anybody tell us, how to select 2nd max salary from table. my id is ashish.akk@gmail.com
what is IDE,DMV in sql server?
How can we call UDF(User Define Function) using C# code in ASP.net ?
What is difference statement and preparedstatement?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What languages bi uses to achieve the goal?
How do we know if any query is retrieving a large amount of data or very little data?
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)