What is bind variable in oracle 11g?
No Answer is Posted For this Question
Be the First to Post Answer
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
How can you Enforce Referential Integrity in snapshots ?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
Explain enable novalidate constraint.
What is meant by joins? List out the types of joins.
How to define an explicit cursor in oracle?
Do View contain Data ?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Is it possible to split the print reviewer into more than one region ?
What is object data modeling?
How to add another datafile to a tablespace?