How many scalar data types are supported in pl/sql?
Answer Posted / Puneet Kumar Srivastava
PL/SQL supports 13 built-in scalar data types: NUMBER, CHAR, VARCHAR2, DATE, RAW, BOOLEAN, LONG, LONG RAW, BINARY_FLOAT, BINARY_DOUBLE, INTERVAL YEAR TO MONTH, INTERVAL DAY TO SECOND, and TIMESTAMP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use distinct and group by together?
what is sql server agent? : Sql dba
Can delete statement be rollbacked?
Does group by remove duplicates?
Can we rollback truncate?
what is schema? : Sql dba
what is dbms? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Is inner join faster than left join?
how many tables will create when we create table, what are they? : Sql dba
what are all the common sql function? : Sql dba
What is the current version of sql?
what is bcp? When does it used? : Sql dba
What is the current version of postgresql?
how to escape special characters in sql statements? : Sql dba