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 is stored in the mssqlsystemresource database? : sql server database administration
How do I view a stored procedure in sql server query?
How do you start single user mode in clustered installations?
Observed that some SP’s / Jobs are processing late, how to troubleshoot to improve performance?
write down the code for "how we delete a table without using of Drop command " ?
7 Answers CarrizalSoft Technologies, Sonata,
what is a schema in sql server 2005? : Sql server database administration
Normalization and denormalization
What are the types of processing and explain each? : sql server analysis services, ssas
What are the differences between DDL, DML and DCL in SQL?
0 Answers ABB, Aspire, Infogain,
Differentiate between SQL and ORACLE joins and write their syntax.
Mention the different types of replication in sql server.
How optimize sql query with multiple joins in sql server?
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)