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
How to create a local temporary stored procedure?
How to create an index on a view?
How do I find the query plan in sql server?
How sql server executes a statement with nested subqueries?
What is the template in sql?
How to defragment table indexes?
What will happen if a column containing char type data is changed to the nchar data type?
How to insert and update data into a table with "insert" and "update" statements?
What is tablesample?
Can a function call a stored procedure in sql server?
Explain about SQL server 2005?
Is sql server 2016 free?
What is the difference between drop table and truncate table?
What are different types of raid levels?
Can we hide the definition of a stored procedure from a use?