What is sql rowcount?
what is hash join
How do I delete a trigger?
how many ways we can we find the current date using mysql? : Sql dba
how can we submit a form without a submit button? : Sql dba
What is composite data type in pl sql?
What is the most restrictive isolation level? : Transact sql
Is vs as in pl sql?
How can we Get the Updated Rows? ie, There is 100s of Rows i updated the Rows who have salary 5000. then i want to select the Updated Rows. How can we achieve it?
I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
Write a query to find second highest salary of an employee.
I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible
Write a procedure to return the month and the number of developers joined in each month (cursor )