how can we find the number of rows in a table using mysql? : Sql dba
what is bulk bind
what is uncommittable transactions? : Transact sql
How to find string or key value using pl/sql code?
can i use dbms_output.put_line in a function u are telling as return statement
What is a REF CURSOR? Compare strong and week ref cursor types.
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is the maximum number of triggers, you can apply on a single table?
What are all different types of collation sensitivity?
3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
What is normalization ?
9 Answers BirlaSoft, CTS, HCL,
Does asenumerable execute the query?
Can we use ddl statements in stored procedure?