how many columns can a plsql table have
Answers were Sorted based on User's Feedback
Answer / abhishek tp
total 250 , 249 non clustered and 1 clustered
| Is This Answer Correct ? | 1 Yes | 9 No |
What is oracle analytical function?
What is a public synonym?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
How to assign a tablespace to a users in oracle?
Explain integrity constraints?
Can you have more than one content canvas view attached with a window ?
What is meant by recursive hints in oracle?
How to change system global area (sga) in oracle?
What is the difference between implicit index and explicit index?
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
State any two functions of oracle?