ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
2550If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
2 7033one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows only how should u write query?
TCS,
9 11329one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?
13 24017
Why is %isopen always false for an implicit cursor?
What is loop in pl sql?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
what happens if null values are involved in expressions? : Sql dba
How to assign sql query results to pl sql variables?
How can we debug in PL/SQL?
what is the syntax for using sql_variant_property? : Transact sql
What is the difference between mdf and ndf files?
What are two statement types in sql?
Explain exception handling in pl/sql?
Is left join and outer join same?
What is the difference between delete and truncate statement in sql?
What are the types of join and explain each?
Does mysql_real_escape_string prevent sql injection?
How do you update a value in sql?