Explain oracle 12c new features for developers?
No Answer is Posted For this Question
Be the First to Post Answer
How to retrieve 5th highest sal from emp table?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
How to save query output to a local file?
How to recover a dropped table in oracle?
How to login to the server without an instance?
What is a nvl function?
Why is oracle used?
12. Display the client name in upper case only and in lower case only.
What is ceil and floor in oracle?
How can you merge two tables in oracle?
How do you tell what your machine name is and what is its IP address?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.