what is the query and condition to delete datas in sql
server.
Answer Posted / ram suresh.l
Delete (primarykey number ex:empid) from databasename
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Define candidate key, alternate key, and composite key.
How to test subquery results with the exists operator?
What are the aggregate and scalar functions?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
How many ways to create table-valued functions?
Characterize join and name diverse sorts of joins?
What are key constraints?
What are date and time data types in ms sql server?
How to use wildcard characters in like operations in ms sql server?
What is repeatable read?
Which command is used for user defined error messages?
Explain what is raid and what are different types of raid levels?
How do I create an extended event in sql server?
optimization techinques
Write an SQL query to obtain the 2nd highest salary.