8. Display the client name and order date for all orders
using the natural join keywords.
Answer / devraj
Select ca.name, ord.orderdate From customer ca Natural Join
ord;
Natural join is a cartisn product.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the CAP theorem?
How will you write a query to get a 5th rank student from a table student_report?
what is the difference between substr and instr function in oracle?
various types of hints and their usage
What is a shared pool?
What do you mean by a database transaction & what all tcl statements are available in oracle?
How to start a specific oracle instance?
which is the best training centre for learning oracle?
What is meant by recursive hints in oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
How many types of table in Oracle?