What is a scalar value in sql?
What is parameter substitution in sql?
how to enter binary numbers in sql statements? : Sql dba
How to read xml file in oracle pl sql?
What is sequence in sql?
What is a 'instead of trigger'?
What is full form of rtm?
What is materialized view in sql?
Where is all the data on the internet stored?
Does truncate table reset auto increment?
<<labele>> declare a=10 b=20, begin some statements declare a=30 c=40 end; what is the A value in nested block?
i 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.
In a distributed database system, can we execute two queries simultaneously?