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..
2496If 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 6928one 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 11071one 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 23706
Is sql a case sensitive language?
what are the type of locks ? : Sql dba
how are mysql timestamps seen to a user? : Sql dba
What is the benefit of foreign key?
What is not in sql?
What is a temporal data type?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
How to run pl/sql statements in sql*plus?
how do you tune the slow running queries in oracle db , explain the methodology
How to get list of all tables from a database?
Is sql procedural language?
what is table? : Sql dba
What is %type in sql?
how to do backup entire database? : Transact sql
Is it mandatory for the primary key to be given a value when a new record is inserted?