Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) 2. Select A.A from ( select 1 as from dual Union select 1 as from dual)A Full outer join ( select 1 B from dual Union select 2 B from dual)B On A.A=B.B
2 88023. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
1 32184. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;
1 2805Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
1446HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
1478During insert operation in Netezza Connector, if we give direct option as Yes , is there any issue?
1422I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
1258
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is a Garbage Collection? and what is full recursive Garbage collection?
How do I start postgresql on linux?
I have applied the following commands: now what will happen, will the database will give an error / it will work?
Write a query to display even rows in student table using mysql?
Explain a data segment?
What is the fillfactor concept in indexes?
How set mysql root password?
Which query language is used for neo4j?
What are date and time data types?
What is a relation in dbms?
Define union all operator and union.
How do I open an access 2007 file?
What are the benefits and tasks of object explorer? : sql server management studio
can any one tell me how i can start database testing mean what should be initial point and how i can write a query for listing page of any item thanks in advance