What will be the output of the following

String S = 1+2+"abc" S = ?
String S1 = 1+2+"abc"+5+6 S1 = ?



What will be the output of the following String S = 1+2+"abc" S = ? String S1 =..

Answer / shwetha

it will through the error..as Invalid number.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between distinct and unique in sql?

0 Answers  


What is an example of translating a date into julian format?

0 Answers  


Define overloaded procedure?

0 Answers  


can a stored procedure call itself or recursive stored procedure? : Sql dba

0 Answers  


What is embedded sql what are its advantages?

0 Answers  






Why do we need cursors in pl sql?

0 Answers  


What is minus?

0 Answers  


Is sql low level language?

0 Answers  


What is RAC in oracle?

7 Answers   MCN Solutions,


How to display the contents of a current record fetched in a reference cursor?

2 Answers  


what is the difference between blob and text? : Sql dba

0 Answers  


Is primary key clustered or nonclustered?

0 Answers  


Categories