What is a trigger word?
No Answer is Posted For this Question
Be the First to Post Answer
Explain polymorphism in pl/sql.
What is the difference between rename and alias?
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.
how tsql statements can be written and submitted to the database engine? : Transact sql
Does mysql_real_escape_string prevent sql injection?
What is offset in sql query?
What are the usage of SAVEPOINTS?
i have table T!. A B C D NULL 1 2 3 4 NULL 5 6 7 8 NULL 9 10 11 12 NULL. I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.
Is crud a cuss word?
Is sql a case sensitive language?
How do you update a table in sql?
What are two virtual tables available during database trigger execution ?