Answer Posted / guest
select * from tablename
where col1=xyz
delete col1;
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is oracle database client?
List out the types of joins.
What is connection pooling in oracle?
How do I learn what codesets are available in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to view the data files in the current database?
How to install oracle database 10g xe?
How to recover a dropped table in oracle?
how to join query for one source type is oracle another source type is sql server ?
what is the difference between functional dependecy and multilevel dependency?
What is an oracle?
Can we create trigger on materialized view in oracle?
How to create a table index in oracle?
What is the usage of analyze command in oracle?
What is control file used for?