How to delete particular value in the column of a table.Is
it possible or not?if possible give it as in query.

Answer Posted / elumalai.k

delete from tablename where columnname=datatype
examples:
delete from employee where employeeid=2

Is This Answer Correct ?    13 Yes 71 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if null values are involved in string operations?

561


You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?

110


what is denormalization and when would you go for it? : Sql server database administration

710


How to enter comments in transact-sql statements?

557


State a few properties of relational databases?

665






Do you know what are pages and extents? : SQL Server Architecture

557


What is an index. What are the types?

587


What are the rendering extensions of ssrs?

105


Explain what is it unwise to create wide clustered index keys?

549


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

529


What is rank function?

606


How to create nested stored procedure?

544


What is the process of normalization?

562


What are SSL and TSL protocols?

588


How to bind a view to the schema of the underlying tables?

589