what is a view? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

What does select count (*) mean in sql?

0 Answers  


What is difference between sql and mysql?

0 Answers  


What are the three pl sql block types?

0 Answers  


Explain what is sql?

0 Answers  


How to fetch common records from two tables?

1 Answers  






Is it mandatory for the primary key to be given a value when a new record is inserted?

0 Answers  


if a table is getting updated what happens if a function is called from sql query?

2 Answers   RBS,


What is sqlite format?

0 Answers  


Why are indexes and views important to an organization?

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,


What is indexing oracle sql?

0 Answers  


What are the benefits of triggers?

0 Answers  


Categories