what is union? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

In table three columns with 1 milion records(here there is no sequence values) i want add one more column with sequence values from the first how it is posible?

4 Answers   Tech Soft,


What is the difference between clustered and non-clustered index in sql?

0 Answers  


which tcp/ip port does sql server run on? : Sql dba

0 Answers  


what is the difference between char_length and length? : Sql dba

0 Answers  


How do I view tables in sql developer?

0 Answers  






how to delete an existing column in a table? : Sql dba

0 Answers  


What is error ora-01000: maximum open cursors exceeded

0 Answers  


Can we insert data into materialized view?

0 Answers  


How to handle bulk data?

0 Answers  


Why procedure is used in sql?

0 Answers  


What is the difference between database trigger and stored procedure?

0 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


Categories