Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 what is row_number function?

0 Answers  


Which command is used for user defined error messages?

0 Answers  


What is the maximum size of a row in sql server?

0 Answers  


Is it possible in sql table to have more than one foreign key?

0 Answers  


Does dbcc checkdb requires db to be in single_user mode? : sql server database administration

0 Answers  


explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration

0 Answers  


Why do we use non clustered index?

0 Answers  


What is meant by datasource?

0 Answers  


What do you mean by SQL injection attack?

0 Answers   Ittiam Systems,


what is new philosophy for database devises for sql server 7.0? : Sql server database administration

0 Answers  


how can we use a composite key for two tables and how can we represent it

1 Answers   BoA,


Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the same column in the table (i.e) (id int NOT NULL,UNIQUEUE)

1 Answers  


Categories