Answer Posted / shrikant jadhav
create table emp(id number(12),name varchar(12));
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What are privileges and grants?
How to define a variable of a specific record type?
How to call a stored function in oracle?
How can Oracle users be audited?
What is an Oracle Instance?
How to manage transaction isolation level?
How many types of segments in Oracle?
What is the Tune Query
How can I introduce multiple conditions in like operator?
What privilege is needed for a user to create indexes in oracle?
Will you be able to store pictures in the database?explain.
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
Why is oracle used?
What are the general rules on data consistency?