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 |
Explain the properties of the relational tables?
What function does a database engine serve in the sql server?
What is the difference between locking and multi-versioning?
Describe the left outer join & right outer join. : sql server database administration
What are the properties of the relational tables?
How to get the definition of a trigger back?
What is the use of placing primary key and foreign key constrains on columns.
4 Please write a querry to find repeated numbers in the following table. Table Name: Table1 Field1 10 15 20 15 10
How do I list the available tables in a database I'm querying?
Can we join two tables without primary key?
Explain what is use of dbcc commands?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
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)