consider a table which contain 4 columns,ename,eno,sal and
deptno, from this table i want to know ename who having
maximum salary in deptno 10 and 20.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 12862 }
How to copy a table in another table with datas?
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Question { Cap Gemini, 34984 }
From an Employee table, how will you display the record
which has a maximum salary?
Answer
Is This Answer Correct ? | 5 Yes | 14 No |
i want count no of values in a column i.e
enam eempno phoneno
x 1 (98765,09887,096561,87964579,156678,678900876)
that means if i select phone no from table i want to get
total count of phone numbers i.e 6
Answer
Is This Answer Correct ? | 0 Yes | 11 No |
Question { 6558 }
what is the cursor and use of cursor in pl/sql ?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |