What is graph sql?


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

Post New Answer

More SQL PLSQL Interview Questions

Can you have more than one trigger on a table?

0 Answers  


What is synonyms?

0 Answers  


What is dcl in sql?

0 Answers  


Which table is left in left join?

0 Answers  


What is sql constant?

0 Answers  






How to maintain the history of code changes of pl/sql?

3 Answers  


is it necessary to write group by and order by clause together

3 Answers   HCL, Wipro,


If a View on a single base table is manipulated will the changes be reflected on the base table?

5 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 does where 1 1 mean in sql?

0 Answers  


How do you create a db file?

0 Answers  


What is view explain with example?

0 Answers  


Categories