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 5674acname 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 5518Create 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 6422What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7187ur 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
2276Post New Oracle General Questions
Is it possible to split the print reviewer into more than one region ?
What do you understand by a database object?
How are extents allocated to a segment?
Explain alias?
How to use subqueries in the from clause in oracle?
Explain the truncate in oracle?
Is truncate autocommit in oracle?
what is a Nested Loop join?
State all possible different index configurations a table can possibly have?
How to rename an index?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
What do you know about normalization? Explain in detail?
What is difference between sid and service name in oracle?
Why does oracle 9i treat an empty string as null?
Can we call procedure inside function in oracle?