What is the difference between sharding and replication?
No Answer is Posted For this Question
Be the First to Post Answer
What is cursor
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
What are the predefined tablespaces in a database?
Write a trigger example in oracle?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
Difference between an implicit & an explicit cursor.?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
What does sharding mean?
what is the syntax of SELECT command?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
How to declare a local variable?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)