What will be the output of the following
String S = 1+2+"abc" S = ?
String S1 = 1+2+"abc"+5+6 S1 = ?
Answer Posted / shwetha
it will through the error..as Invalid number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is drop table faster than truncate?
What is pl/sql language case sensitive?
How do you create a unique index?
What is attribute indicator in pl sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What is the use of procedures?
What is the basic form of sql query?
How to read/write files from pl/sql?
What is trigger types of trigger?
Are sql database names case sensitive?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What are the disadvantages of file system?
How many parts of a pl sql block are optional?
How run sql*plus commands that are stored in a local file?