what is the query and condition to delete datas in sql
server.

Answers were Sorted based on User's Feedback



what is the query and condition to delete datas in sql server...

Answer / gunasekaran

delete from table_name where ( condition )

Is This Answer Correct ?    3 Yes 0 No

what is the query and condition to delete datas in sql server...

Answer / ram suresh.l

Delete (primarykey number ex:empid) from databasename

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More SQL Server Interview Questions

Explain sub-query?

0 Answers  


where the connection string store in the database

0 Answers   HCL, Wipro,


What command is used to create a database in the sql server and how?

0 Answers  


If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security

0 Answers  


List the different index configurations possible for a table?

0 Answers  






How to copy the tables, schema and views from one sql server to another?

0 Answers  


What are the advantages dts has over bcp?

0 Answers  


How do database indexes work?

0 Answers  


Do you know the different ddl commands in sql?

0 Answers  


How do you find the error, how can you know the number of rows effected by last SQL statement?

1 Answers  


Does sql server use t sql?

0 Answers  


What is the difference between varchar and varchar(max) datatypes?

0 Answers  


Categories