9. Display the client name and order date for all orders
using the JOIN . . . USING method.
Answer Posted / anjum
select c.name,o.ordid,o.orddate from customer c join oreder o
using(custid);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can group functions be used in the order by clause in oracle?
When do you get a .pll extension in oracle?
What are the attributes of cursor?
Is postgres faster than oracle?
What privilege is needed for a user to connect to oracle server?
What is the fastest query method to fetch data from the table?
What is the difference between a hot backup and a cold backup in oracle?
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.
How to assign values to variables?
What are internal user account in oracle?
Point out the difference between user tables and data dictionary?
Can we store pictures in the database and if so, how it can be done?
What is bind variable in oracle 11g?
Which environment variables are absolutely critical in order to run the OUI?
How to drop a stored procedure in oracle?