Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write down the code for "how we delete a table without
using of Drop command " ?

Answer Posted / bhagwat sharma

table delete only by
drop table (tablename)

if you want do delete all data from table than you wil use
command

truncate table (tablename)

this command don't delete table delete only table data ok

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration

1032


Explain different types of self contained sub query?

1100


Explain error handling in ssis?

1067


Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture

1120


How to insert stored procedure result into temporary table?

1062


Mention what are the core components of ssrs?

328


Can you tell me some of the common replication dmv's and their use? : sql server replication

972


Tell me about normalization in DBMS.

1056


Where are sql server user names and passwords stored in sql server?

1150


Can we use where clause in union?

1122


What are the basic functions for master, msdb, model, tempdb databases?

1091


Can we do dml on views?

1012


Where actually sql azure database is hosted?

165


What is the meaning of resultset type_scroll_insensitive?

988


What is the syntax to execute the sys.dm_db_missing_index_details?

1071