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

Is left join faster than join?

0 Answers  


how to calculate the difference between two dates? : Sql dba

0 Answers  


How to fetch records from a partitioned table?

2 Answers   HSBC,


what is primary key? : Sql dba

0 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,






What is sqlerrm?

0 Answers  


what is meant by nl2br()? : Sql dba

0 Answers  


what tools available for managing mysql server? : Sql dba

0 Answers  


What is primary key and unique key?

0 Answers  


how to write utl file pkg in SQL

1 Answers   Oracle,


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id. pls give me answer. i want urgent

3 Answers  


What operators deal with null?

0 Answers  


Categories