Answer Posted / sriramya
delete table_name where col_name=value;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What does sharding mean?
Explain oracle left join with an example?
What privilege is needed for a user to create views in oracle?
Explain the use of file option in exp command.
Explain the use of Merge statement in oracle 11g
What is max rowid in oracle?
What is tns service name?
How to manage transaction isolation level?
Difference between oracle's plus (+) notation and ansi join notation?
What is oracle host variable?
What are the parameters that we can pass through a stored procedure?
Explain oracle instance.
What is a schema in oracle?
What are the roles of dba?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?