How to remove a row in a database table?
Answers were Sorted based on User's Feedback
Answer / chand
THE BELOW QUERY DELTES A ROW BASED ON A CONDITION
DELETE FROM <TABLE_NAME>
WHERE <COL_NAME>=<CONDITION>
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain the use of owner option in exp command.
What is materialized view in Oracle?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.
What are the different approaches used by Optimizer in choosing an execution plan ?
What to do if the binary spfile is wrong for the default instance?
What is the dynamic sql in oracle?
How to convert characters to times in oracle?
What is ASM (Automatic Storage Management) in Oracle?
Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
What is a trigger oracle?
What is the data pump export utility?