python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Retrieve data more than once Oracle Query
This is my table:
create table temp (acc number, name varchar2(20), mobile number);
insert into temp (acc,name,mobile)values(123,'ABC',11111);
insert into temp (acc,name,mobile)values(456,'ABC',11111)...
Bala S
Votes: 0
Answers: 1
Sql Update query with self join on SCD2
I am facing an issue with SQL update query in with self join.
I have looked into multiple pages here but didn't find the right solution.
Suppose I have a table like below.
id
country
city
timestam...

Abhishek Shah
Votes: 0
Answers: 2
Oracle 10g Error: Warning: Trigger created with compilation errors
I have created database where I want autoincrement the primary key. I tried to trigger it but getting the above error
here is my description of table:
SQL> desc users
Name ...
Krishna Dubey
Votes: 0
Answers: 3