What is the difference between python and sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is orm in sql?

0 Answers  


How can a function retun more than one value in oracle with proper example?

0 Answers  


What is sqlerrm?

0 Answers  


How do you get all records from 2 tables. Which join do you use?

8 Answers   Microsoft,


how to use 'mysql' to run sql statements? : Sql dba

0 Answers  






What is the difference between having clause and where clause?

0 Answers  


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.

1 Answers   Oracle,


Differentiate between pl/sql and sql?

0 Answers  


Which is better cte or subquery?

0 Answers  


scope of exception handling in plsql

4 Answers   Wipro,


What is 19 null in sql?

0 Answers  


Display the total debit counts, total credit counts, sum of total debits, sum of total credits from an employee's transaction table (a single table) containing the following columns. Transaction_number Transaction_amount Transaction_date Transaction_type --> tells if the amount is a credit or a debit. As the query alone is important, the table is left with specifying just the field's name. Pls help me with this query.

3 Answers   iNautix, Oracle,


Categories