What is the difference between function and procedure in pl/sql?
How do I remove sql developer from windows 10?
What are functions in sql?
Do you know the basic structure of PL/SQL?
what is the difference between a having clause and a where clause? : Sql dba
How would you hide a table in sql. ie the table can be only visible to its maker?
what are the different tables present in mysql? : Sql dba
What do you think about pl/sql?
How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id's) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m now i need to display the o/p in a TREE fashion pls help me , thanks in advance surendra
Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance Suneel Reddy
how to create user in sql and how to set password for that?
what is table? : Sql dba
What is a 'instead of trigger'?