why sql is used as interpreter frequently rather than a
compile?
Answer / hemant
Interprter works line by line but compiler execute its all
work as a program..like if any sql query has error then sql
will how that x line has error ..
Is This Answer Correct ? | 5 Yes | 1 No |
explain access control lists. : Sql dba
Can we use two order by clause in query?
what is the command used to fetch first 5 characters of the string? : Sql dba
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);
How many commands are there in sql?
Easy way to convert tableau "IF - ELSEIF" statements to Netezza "CASE" statements.
What is the purpose of my sql?
what are the demerits of sql?
What are the steps for performance tuning.
What is null in pl/sql?
Explain commit, rollback and savepoint.
write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.