What is the difference between having and a where in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the indexing methods?

0 Answers  


how many triggers are allowed in mysql table? : Sql dba

0 Answers  


what is the command for user data type?

2 Answers  


what is oltp (online transaction processing)? : Sql dba

0 Answers  


How do we tune the code?

2 Answers  






What is the difference between DELETE, TRUNCATE, and DROP?

3 Answers  


Is join same as left join?

0 Answers  


What do you know by pl/sql cursors?

0 Answers  


How to fetch records from a partitioned table?

2 Answers   HSBC,


How many types of cursors supported in pl/sql?

0 Answers  


Are pl sql variables case sensitive?

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