How do I pipe the output of one isql to another?
No Answer is Posted For this Question
Be the First to Post Answer
In a distributed database system, can we execute two queries simultaneously?
how to fetch alternate records from a table? : Sql dba
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
Can we use joins in subquery?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
what is the difference between join and union? : Sql dba
using comand prompt how can import table data and table space with example
what is 'mysqlcheck'? : Sql dba
I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu
how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
What are commit, rollback, and savepoint?
Difference between NVL, NVL2 and NULLIF