How can check sql version from command line?


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

Post New Answer

More SQL PLSQL Interview Questions

Does sql backup shrink transaction log?

0 Answers  


how to saw triggers output in pl/sql database?

1 Answers  


Define the select into statement.

0 Answers  


What does pl sql stand for?

0 Answers  


With out using count() function. How to the find total number of rows in a table?

6 Answers  


what is user defined functions? : Sql dba

0 Answers  


What can sql server reporting services do?

0 Answers  


what are aggregate and scalar functions? : Sql dba

0 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 is a primary key, and how is it different from a unique key?

3 Answers  


Is delete faster than truncate?

0 Answers  


What is a primary key example?

0 Answers  


Categories