in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
3 5532acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
2 5397Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
2 6310What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7092ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
2206Post New Oracle General Questions
Does oracle charge for java?
Differentiate between post-database commit and post-form commit?
Explain oracle instance.
What is a read only transaction in oracle?
Explain the use of inctype option in exp command.
How to create a new oracle data file?
What are the uses of a database trigger?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
When do I need to use a semicolon vs a slash in oracle sql?
What is index-organized table in Oracle?
What are oracle functions?
What is the relation of a user account and a schema in oracle?
What are the parameters that we can pass through a stored procedure?
What are the four Oracle system processes that must always be up and running for the database to be useable?
Explain cascading triggers.