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
- - - -
- - - -
Answers were Sorted based on User's Feedback
Answer / praveen ch
You want remove the records from table, just execute this query
truncate table [TableName]
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vandana chand
just simply type the following syntax:
DELETE from TableName.
| Is This Answer Correct ? | 1 Yes | 3 No |
What are wait types?
Why main is user defined function?
What is difference between unique and primary key?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
how to change column into row in sql
How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?
How to verify a login name with sqlcmd tool?
How many jobs will create for Mirroring, Log Shipping, and Transactional Replication?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
A left outer join B B right outer join A gives the same result then what is the use of two?
can you instantiate a com object by using t-sql? : Sql server database administration
What is a scheduled job or what is a scheduled task?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)