SQL_PLSQL_TUTORIAL
Sunday, February 7, 2016
Installation of Oracle 11g and 12c
*Kindly see the You Tube video to get installed the database.
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Installation of Oracle 11g and 12c *Kindly see the You Tube video to get installed the database.
Oracle - What is Pseudocolumns.
A pseudocolumn behaves like a table column, but is not actually stored in the table. You can select from pseudocolumns, but you cannot i...
Cursor, ref cursor and SYS_Ref cursor.
CREATE OR REPLACE PROCEDURE get_emp_rs (p_deptno IN emp.DEPARTMENT_ID%TYPE, p_recordset OUT SYS_REFCURSOR) AS BEGIN OPEN p_records...
Find the Number in var char column .
Find the Number in var char column . select * from (select * from table@pwrdev where rtrim(column, '0123456789') is null); select...
No comments:
Post a Comment