what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
1 9305we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?
TCS,
3 8866i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.
IBM, Loginworks, OFSS,
2 10642How do you display "13th of November, 17 days left for month end" without hardcoding the date.
3 7345i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.
2 6205
Explain the insert into statements in sql?
What is informix sql?
differentiate between float and double. : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Does sap use sql?
what is dbms? : Sql dba
What does truncate mean in sql?
How do I partition a table in sql?
What is a field in a database?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is a record in pl/sql?
What is a unique key?
what is 'mysqlshow'? : Sql dba
How to call a javascript function from pl sql?