Is sql a scripting language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

If a cursor is open, how can we find in a pl/sql block?

0 Answers  


What is sql and its types?

0 Answers  


Is stored procedure faster than query?

0 Answers  


what is called after appearing where clause

3 Answers  


When sql appeared?

0 Answers  






What is the difference between UNIQUE KEY and UNIQUE INDEX?

3 Answers   TCS,


why not null constraint showing its constraint type as 'c'

1 Answers  


Which are the most commonly used sql joins?

1 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,


What are tables in sql?

0 Answers  


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);

1 Answers   Fintellix,


What is normalization in sql?

0 Answers  


Categories