What is view? Can we update view
No Answer is Posted For this Question
Be the First to Post Answer
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..
what is the difference between truncate and delete statement? : Transact sql
How do you update a table in sql?
Why do we need unique key in a table?
Name the different types of indexes in sql and define them.
package specification-3 procedures package body-2 procedures will is execute
what is a trigger in mysql? Define different types of trigger. : Sql dba
How to get list of all tables from a database?
If we have n no of columns in a table, can we add new column in that table with not null constraint?
Is record in pl sql?
can i create trigger on synonym is it possible or not please help me
select 10 from dual; y its showing all the rows with 10?