Can you do multiple joins in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between join and union.
27 Answers 3i Infotech, ABC, Oracle, Polaris, TCS, XT Global,
What is ON DELETE CASCADE?
Can a view be updated/inserted/deleted?If Yes under what conditions?
i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?
Is sql similar to python?
Explain two virtual tables available at the time of database trigger execution.
How to know the last executed procedure?
Difference between views and materialized views?
How to return multiple rows from the stored procedure?
What is meant by Join? What are the different types of Joins available? Explain.
How to retrieve Duplicate Rows only in a Table? Suppose if a Table Name is "Education". It consists of multiple columns. Then if we insert rows into this table with duplicate records then how can we retrieve only duplicate records from that table?
28 Answers Alps, Aricent, Bank Of America, Wipro,
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.