How to declare a local variable?
Answer / Kajal
In Oracle PL/SQL, you can declare a local variable using the `VARIABLE` keyword followed by the name and data type of the variable. Here's an example:nn```sqlnDECLAREn my_variable VARCHAR2(50);nBEGINn ...nEND;n``
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
what is the exact diiference between DBMS and RDBMS
3. Display all the client numbers in the ORDER table. Remove duplicates.
What is difference between a formal and an actual parameter?
Explain what are the uses of rollback segment?
What is a oracle database?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
a query to select maxmun 3 salaries of employee table
How to connect to the server with user account: sys?
without using count(*) and rownum how can we count total record in a table
Explain integrity constraints?
How to do a full database export?