Explain the commit statement.
What are its different types of dbms?
How do I remove sql plus from windows 10?
write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35
table name :Tab fields name 1.trx_no (pk) 2.trx_date 3.account code (7 char) 4.account type (1 char) 5.amt Tab contains account code day wise debit and credit transaction , account type fiels can have 2 value D for debit and c for Credit . write a query to display the account code wise total debit and credit bal for the month of april 2004. write a query to display account code wise new amt credit for the april 2004
does sql support programming? : Sql dba
Can u create a primary key with out unique index.
What is the difference between microsoft sql and mysql?
How can we make an if statement within a select statement?
how do you know the version of your mysql server? : Sql dba
What is the need of merge statement?
I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.
How to read/write files from pl/sql?