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..
2491If 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 6918one 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 11058one 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 23656
How can you load multi line records? : aql loader
What is the difference between delete, truncate and drop command?
What is the most common sql injection tool?
Explain the difference between rename and alias?
What is case function?
what is a database lock ? : Sql dba
how to get a list of all tables in a database? : Sql dba
what is table? : Sql dba
What is the use of sqlerrd 3?
explain primary keys and auto increment fields in mysql : sql dba
What is an inconsistent dependency?
What is snowflake sql?
What will you get by the cursor attribute sql%notfound?
What are the different types of tables in sql?
How to order siblings in oracle hierarchy queries?