how to install mysql? : Sql dba
Is pl sql and postgresql same?
What is native sql query?
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 mutating error in pl sql?
What is the location of pre_defined_functions.
Create a procedure to delete certain records from a table and display the total number of records deleted in this process. (Condition for deletion can be of ur choice, for instance delete all records where eid='')
What is implicit cursor in pl sql?
State few characteristics of pl/sql?
table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.
What is the difference between left join and right join?
How do I order by ascending in sql?
what is heap table? : Sql dba