Recent IT Questions

1 - 12 of 12
<<PREVIOUS 1 NEXT>>

oracle 10g query

attributes of income table are(id,date,income_amount) and of expense table are(expid, expdate,exp_amount,paid,unpaid).i need sum of "income_amount" and sum of "paid" to calculate the profit or loss.

View Answer   |  Aug 10 2009  3:51 AM GMT
Oracle 10g, Oracle queries
asked by Zaman31502

  110 pts.

Oracle 10g Query

i made two tables in oralce10g,income and expense they have no relation with each other plz tell me a query how can i get the data from these tables with one query.

View Answer   |  Aug 5 2009  5:37 AM GMT
Oracle 10g, Oracle queries, Oracle Tables
asked by Zaman31502

  110 pts.

Need help with this Oracle Query

BPC_APPLICATIONS_TRANSACTIONS (Table) Application_no,Transaction_no,Transaction_date Step_id Dept_code Decision 20090045 1 01/14/2009 10:07:17 1 001 0 20090045 2 01/14/2009 10:07:17 70 007 0 20090045 3 01/14/2009 10:08:57 1 001 0 20090045 4 01/14/2009...

View Answer   |  Apr 5 2009  9:08 AM GMT
Oracle Query, Oracle queries, Query optimization
asked by FidanSheza

  10 pts.

Query to find Oracle memory space

how to find out the memmory space in oracle using queries?

asked by Kaninfoway

  15 pts.

Running a query on both SQL Server and Oracle databases

How do I run a query that queries a SQL Server database and an Oracle server database, on two different servers, and uses all the data?

View Answer   |  Mar 3 2009  7:47 PM GMT
SQL Server Query, Oracle, SQL Server databases
asked by SQL Server Ask the Experts

  2420 pts.

Looping Queries in Oracle using data from SQL Server

I have a table of entries from SQL server called PID. Each of this entry should follow the following select * from HR.TABLES a START WITH a.SID = '0' CONNECT BY PRIOR a.parentid = a.sid' Where I have '0' in the query above, should take all the values from PID. Is there a easy way to write this?...

View Answer   |  Feb 28 2009  4:05 PM GMT
Oracle queries, SQL Server connectivity, SQL queries
asked by Sreedhar77

  5 pts.

Need help with Oracle query

how to display the third highest salary from an employees table thanks in advance

View Answer   |  Jan 24 2009  6:46 AM GMT
Oracle queries, Query optimization, Oracle development
asked by Xaviervicky

  30 pts.

Search for a keyword in all columns of all database tables

Dear Team, i have an requirement that : i want to search all the columns of all the tables in the particular database based on the specific key word or an free text. example : table 1: columns data empname sam empid 01 table 2 columns data deptname sam departmentid 10 table 3 columns data...

Answer Question   |  Dec 16 2008  9:26 AM GMT
Oracle development, Oracle SQL, Oracle queries
asked by Abdulgani

  5 pts.

Bulk Collect vs Cursor in Oracle

Hi, I have to process some records in some work table. The no. of records in work table may vary from 100,000 to 4,000,000. To process records in this work table i have to loop through it 1 by 1. So please tell me which is the better option out of these two: 1. Create Cursor for this work table...

View Answer   |  Dec 6 2008  3:38 PM GMT
Oracle development, Oracle queries, LOOP statement
asked by Nikhildhar

  35 pts.

Pull all data (no of datas 7500) from Oracle at a time

i am trying to pull all data (7500)form oracle but it gives me only 2313 data at a time.So how i can pull all data at a time ?

View Answer   |  Nov 21 2008  5:44 AM GMT
Oracle, Oracle queries
asked by Ajitnarayan

  35 pts.

How do you display the number of rows selected if there are only 4 or 5 rows there?

when i have 6 values for any column, in select statement i get display of 6 rows selected while if i have 5 values for one column i don't get display of 5 rows selected, how to get that display?

View Answer   |  Nov 18 2008  4:09 AM GMT
Oracle administration, Oracle SQL, Oracle queries
asked by Minky79

  5 pts.

batch queries in oracle

We are developing a .NET web application and have decided to use CSLA as our business architecture framework. Because CSLA is based on Microsoft technology, it is designed to work with MS sql. Much of the framework uses batch queries to grab multiple result sets in one query but it appears that...

Answer Question   |  Sep 9 2008  3:35 PM GMT
.NET applications, CSLA, batch queries
asked by Dhworth

  5 pts.

1 - 12 of 12
<<PREVIOUS 1 NEXT>>