What is the use of aggregate functions in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
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 find the second highest salary in a given table????
How to define a data field as not null?
What is the difference between an Oracle Schema and an Oracle Instance?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
WHT ARE THE AGGREATE FUNCTIONS?
What happens to the current transaction if the session is ended?
How different is ms access and oracle?
Explain the use of grant option in imp command.
How to create a stored function in oracle?
What is a package ? What are the advantages of package ?
Q1:code to connect to sql server(database) through jdbc application. Q2:code to connect to Mysql(database) through jdbc application. Q3:code to connect to oracle(database) through jdbc application.