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 / suresh.s
Example:
Delete from STUDENTDETAILS where StudentID = 101
| Is This Answer Correct ? | 20 Yes | 82 No |
Post New Answer View All Answers
Give an example of why you would want to denormalize a database
How to backup encryption key ?
Why truncate is ddl?
Can you create a logon trigger in sql server 2005 express edition?
What is the difference between the 2 operating modes of database mirroring?
How to include date and time values in sql statements?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
what is an extended stored procedure? : Sql server database administration
Can we join two tables without primary key?
Is sql server is free?
How to retrieve error messages using odbc_errormsg()?
What is transact-sql language?
Explain left outer join and right outer join?
How does using a separate hard drive for several database objects improves performance right away?
What is difference between order by and group by?