Can we insert data into materialized view?
No Answer is Posted For this Question
Be the First to Post Answer
What is Difference Between Unique and Primary Key Constraints?
What are the set operators in sql?
How do I view a view in sql?
Name the operator which is used in the query for pattern matching?
What is autocommit sql?
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
What are triggers and its uses?
What is file based approach?
wa procedure to return the month and the no'f developers joined in each month.
What is cursor and why it is required?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
I want to know last five transactions or records from emp table, from now?