Explain the difference between sql and oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is the sql query to concatenate column values from multiple rows in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
How to list all indexes in your schema?
Can objects of the same schema reside in different tablespace?
Explain the use of grant option in exp command.
12. Display the client name in upper case only and in lower case only.
What are the major difference between truncate and delete?
How do I uninstall oracle client from windows?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
What is an external table?