can any one post me,
how to remove rows in the below table
ENO ENAME EDEPT ELOC
3368 BPS BI Adayar
3371 RAN BI valachari
3369 SRI BI valachari
3372 jay BI Chn
- - - -
- - - -
Answer Posted / vandana chand
just simply type the following syntax:
DELETE from TableName.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to get the definition of a view out of the sql server?
tell me the disaster recovery plan
What method is used by the Command classes to execute SQL statements that return single values?
Explain what is lock escalation and what is its purpose?
What are the basic features of a trigger in ms sql server?
What are different types of roles provided by ssrs?
What are the steps you will take to improve the performance of a poor performing query?
What is lock escalation? : sql server database administration
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What is Federation and Federation Member?
what are user defined datatypes? : Sql server database administration
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
What is the difference between count () and rowcount ()?
What's new in sql management studio for sql server? : sql server management studio
What is 4nf in normalization form?