DEVFYI - Developer Resource - FYI

Is the query below allowed : Select sal, ename Into x From emp Where ename = 'KING' (Where x is a record of Number(4) and Char(15))

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

45.Is the query below allowed :
Select sal, ename Into x From emp Where ename = 'KING'
(Where x is a record of Number(4) and Char(15))

Yes

(Continued on next question...)

Other Interview Questions