How do I create a sql database?


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

Post New Answer

More SQL PLSQL Interview Questions

what is “go” in t-sql? : Transact sql

0 Answers  


What is a temporal table?

0 Answers  


what is the difference between ereg_replace() and eregi_replace()? : Sql dba

0 Answers  


What has stored procedures in sql?

0 Answers  


what is difference between procedure and function

10 Answers   MCN Solutions, Wipro,






in procedure how to return a value

3 Answers   Wipro,


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,


What is serial sql?

0 Answers  


How do you rank data in sql?

0 Answers  


How to write html code in pl sql?

0 Answers  


Can we use ddl commands in pl sql?

0 Answers  


how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?

6 Answers  


Categories