What is a natural join?


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

Post New Answer

More SQL PLSQL Interview Questions

what is oracle database ? : Sql dba

0 Answers  


What are tuples in sql?

0 Answers  


What are different types of keys?

0 Answers  


Where not exists in sql?

0 Answers  


.  have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement. CUST         ACC a            dv b            fg b            bh c            mk c            cl c            so result:- A  B   c dv fg mk    bh cl       so

3 Answers  






Which data type doesn't allow null data type?

6 Answers   TCS,


What are stored procedures in mysql?

0 Answers  


Explain polymorphism in pl/sql.

0 Answers  


How do you retrieve set of records from database server. {Set max records = 100 & use paging where pager page no or records = 10 & after displaying 100 records again connect to database retrieve next 100 }

2 Answers   DELL,


write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35

1 Answers   TCS,


Does truncate remove indexes?

0 Answers  


How to test for null values?

0 Answers  


Categories