What are the types of variable use in pl sql?
Answer / Ashish Singh
In PL/SQL, there are Scalar Variables, Array Variables, Record Variables, and Table Variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
What are the features of pl sql?
Store procedure will return a value?
How many parts of a pl sql block are optional?
What is difference between cursor and ref cursor?
How do you explain an index?
which types of join is used in sql widely? : Sql dba
Can you have multiple SPs with the same name on a database?
what is the difference between stored procedure and packaged procedure
What is bind variable in pl sql?
What is pl sql variable?
I have the table like this S.No Name ID 01 Xyz 123 I want the result as 01Xyz123 How to write the query to retrieve the entire row data in a single column?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)