I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?
2 7422i declare 4 procedure in package specification but in package body i write only 3 procedure. is it complie??//w
4 17605i want insert 10 records from table a to table b. if i m using statement level trigger how many record insert ?in row level trigger how many record inserted???
3 9888Write a query to find the employees from EMP table those who have joined in Monday. (there is a column as hiredate which is a date column i.e values are like 03-DEC-81)
5 10828how to see the oracle 9i/10g table in pc? or In my pc where the table is saved and how to see?
1 4252i hv 30 rows with date.ex:1month hav 4 weeks i want 1st day of the every week.write the qry for that.example jan has 4 weeks i need 1st dd for evry wk
1 6323I want to create synonym for table emp but in my pc it is giving insufficient previliges.I am using user scott.Please suggest me.
3 6492Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)
1 5442Use The Implicit cursor to Query The Department table information Where Deptno is 30.check,if no record was found then print "Record Was Not Found".Else Print Deptname And Ename.Dept table Have Dname Varchar2(20),Deptno Number,EnameVarchar2(20).Please Answer In 2 mins,with in Maximum 15 lines.
5 9761
What is cursor explain with example?
What are reports usually used for?
Which are the different case manipulation functions in sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What does dml mean?
What are the types of keys?
How many triggers can be applied on a table?
How do I count duplicates in sql?
how to use myisamchk to check or repair myisam tables? : Sql dba
what is subquery? : Sql dba
What is bulk collect in pl sql?
Does normalization improve performance?
Can we use join in subquery?
what is commit? : Sql dba