Explain the difference between rename and alias?


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

Post New Answer

More SQL PLSQL Interview Questions

What is auto increment?

0 Answers  


What is a package ? What are the advantages of packages ?

2 Answers   Symphony,


What is the Query to print out the individual total number of duplicate row in sql.

5 Answers   TCS,


Does db2 use sql?

0 Answers  


What is package in pl sql?

0 Answers  






How to disable a trigger name update_salary?

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,


How do I send sql query results to excel?

0 Answers  


table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.

1 Answers  


Why query optimization is needed?

0 Answers  


What is the difference between execution of triggers and stored procedures?

0 Answers  


How do I partition a table in sql?

0 Answers  


Categories