How delete all data from table in sql?
No Answer is Posted For this Question
Be the First to Post Answer
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_date trans_amt debit_credit_indicator 001 JAN 1599 cr no.of trans 2 i want trans_id and trans_date like 'JAN' or 'FEB' etc, trans_amt i want all credit amount - debit amount per each trans_id. and debit_credit_indicator and no.of transactions in a month.
What is relationship? How many types of relationship are there?
what are all the different normalizations? : Sql dba
What is pl sql package?
How do you declare a constant?
How do I find duplicates in sql?
What are the parts of a sql statement?
What is a relationship and what are they?
what is the difference between truncate and drop statements? : Sql dba
How can we solve sql error: ora-00904: invalid identifier?
What is sqlite used for?
How do I turn a list into a table?