What is pessimistic concurrency control? : Transact sql
Does sql backup shrink transaction log?
What are different types of functions in sql?
How can we avoid duplicating records in a query?
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.
How to update salary of employees department wise?
What is the difference between stored procedure and view?
i have a word ***********hello********world******. I require a o/p **********hello world**********, Need to delete the middle stars.
Should I use mbr or gpt?
What is a schema sql?
Explain what is rdbms?
Can we write dml inside a function in sql server?
How to start the command-line sql*plus?