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...

what is the syntax of DELETE command?

Answer Posted / ajeet singh

For delete any record from table :-

delete form <tablename> where <condition>;


For delete any column fromm table :-

alter table <tablename>
drop column <columnname>;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.

1092


How to create a new oracle data file?

1074


Explain the use of ignore option in imp command.

1082


20. Using a set operator, display the client number of all clients who have never placed an order.

2236


What are the differences between char and nchar in oracle?

1140


What is the purpose of tables, private synonyms and public synonyms in Oracle?

1089


What happens to the current transaction if the session is ended?

1136


How to manage transaction isolation level?

1054


What to do if the binary spfile is wrong for the default instance?

1106


Can multiple cursors being opened at the same time?

1113


What is Java Pool in Oracle?

1234


Please explain joins in oracle?

1103


How to load a large xml file?

1105


What is max rowid in oracle?

1079


Can we store pictures in the database and if so, how it can be done?

1089