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 |
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
What is raid? : SQL Server Architecture
How many null values we can have in a unique key field in sql server?
What is public role in sql server?
How can I create a new template for import ? : sql server management studio
What is the usage of the sign function?
What is cdc in sql server?
Some queries related to SQL
Explain the dbcc pintable command when would you use it?
Can you name a few encryption mechanisms in sql server?
What is the name of the Database which IBM mainframe uses?
How do I find the transaction log size in sql server?
Oracle (3253)
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)