How many types of literals are available in pl sql?
Answer Posted / Surya Prakash
There are several types of literals available in PL/SQL, including string literals (enclosed by single or double quotes), numeric literals (integer, floating-point numbers), date literals (enclosed by to_date function or using the format dd-mon-yyyy hh24:mi:ss), and Boolean literals (TRUE and FALSE).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
What is the current version of sql?
Do we need to rebuild index after truncate?
what is dbms? : Sql dba
Does group by remove duplicates?
How do I remove duplicates in two columns?
what are all the common sql function? : Sql dba
what is bcp? When does it used? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
define sql insert statement ? : Sql dba
what are the advantages of sql ? : Sql dba
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are aggregate and scalar functions? : Sql dba