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?

Answers were Sorted based on User's Feedback



what is the syntax of DELETE command?..

Answer / santhosh

1) Delete [From] <Table_Name>

Is This Answer Correct ?    10 Yes 2 No

what is the syntax of DELETE command?..

Answer / harsha vardhan reddy

delete from <tablename> [where <condition> ]

Is This Answer Correct ?    4 Yes 2 No

what is the syntax of DELETE command?..

Answer / guest

delete from tablename where condition;

Is This Answer Correct ?    3 Yes 2 No

what is the syntax of DELETE command?..

Answer / kalicharan karsh

delete from <tablename> [where <condition> ]

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of DELETE command?..

Answer / sujata

delete from emp;

Is This Answer Correct ?    2 Yes 2 No

what is the syntax of DELETE command?..

Answer / anju sharma

delete from tablename

Is This Answer Correct ?    2 Yes 2 No

what is the syntax of DELETE command?..

Answer / 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

what is the syntax of DELETE command?..

Answer / guest

select * from tablename

where col1=xyz
delete col1;

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More Oracle General Interview Questions

Why does oracle 9i treat an empty string as null?

0 Answers  


State and explain the different types of data models?

0 Answers  


What is query image?

0 Answers  


How to check your oracle database 10g xe installation?

0 Answers  


Does oracle partitioning improve performance?

0 Answers  


How to use subqueries with the exists operator in oracle?

0 Answers  


How to define default values for formal parameters?

0 Answers  


Explain what are synonyms used for?

0 Answers  


how to find the n'th highest salary from emp ?

10 Answers  


What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?

1 Answers  


Explain the family trees and connection by clause

0 Answers  


1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.

0 Answers   TCS,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)