How to use like conditions in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
How to see free space of each tablespace?
What to do if the startbd.bat failed to start the xe instance?
what is IDE,DMV in sql server?
Explain the use of record option in exp command.
How to convert csv to table in oracle?
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.
Where are the settings stored for each instance in oracle?
How to convert characters to times in oracle?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
Can objects of the same Schema reside in different tablespaces.?