What is error ora-12154: tns:could not resolve the connect identifier specified?
No Answer is Posted For this Question
Be the First to Post Answer
what is myisam? : Sql dba
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.
Can we create table inside stored procedure?
What is graph sql?
What are the advantages of sql?
What is difference sql and mysql?
How to display all Friday's in a year with date?
Write the command to remove all players named sachin from the players table.
List the different type of joins?
How to display the contents of a current record fetched in a reference cursor?
Can I call a procedure inside a function?
How do you delete duplicates in sql query using rowid?