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

What do you understand by the analysis services in sql server?

0 Answers  


Can we linked SharePoint to a SQL database?

0 Answers   Sans Pareil IT Services,


What is schemabinding a view?

0 Answers  


What is the use of placing primary key and foreign key constrains on columns.

4 Answers   Value Labs,


Mention the different authentication modes in sql server.

0 Answers  






What all db objects can be found in MSDB database of a SQL Server instance?

2 Answers   Accenture,


What are the differences between char and nchar in ms sql server?

0 Answers  


If the job running very slow what is the action you do

0 Answers  


How do clustered indexes store data?

0 Answers  


How do you troubleshoot SQL Server if its running very slow?

2 Answers   HP,


How do you know if sql server is running on your local system?

0 Answers  


What is clustered primary key?

0 Answers  


Categories