what is the syntax of DELETE command?
Answers were Sorted based on User's Feedback
delete from <tablename> [where <condition> ]
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kalicharan karsh
delete from <tablename> [where <condition> ]
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Answer / guest
select * from tablename
where col1=xyz
delete col1;
Is This Answer Correct ? | 2 Yes | 7 No |
What are the data types in oracle?
How do I find my oracle client driver version?
What is a Data Segment ?
What is Hash Cluster ?
What are the parameters that we can pass through a stored procedure?
Explain what are the different type of segments?
How to write date and time interval literals in oracle?
How do you rate yourself in oracle and sql server ?
Is oracle a relational database?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
interview questions with answer for cts
What do you understand by a database object?