Simple query (i can not get logic...help me)

I have 2 tables with equal fields.
Table: A Table: B
No Name No Name
1 Raju 1 Raju
2 Rani 2 Rani
3 Giri 5 Vasu
4 Venu (3 rows)
5 Vasu
(5 rows)
I need Output will be from Table A only.
No Name Flag
1 Raju True
2 Rani True
3 Giri False
4 Venu False
5 Vasu True
Please give a query to get this output.(without union concept i want)
thanks
madhava

scott@ORA92> -- test data:
scott@ORA92> select * from a
  2  /
        NO NAME
         1 Raju
         2 Raini
         3 Giri
         4 Venu
         5 Vasu
scott@ORA92> select * from b
  2  /
        NO NAME
         1 Raju
         2 Rani
         5 Vasu
scott@ORA92> -- query:
scott@ORA92> select a.no, a.name,
  2           nvl2 (b.no, 'True', 'False') as flag
  3  from   a, b
  4  where  a.no = b.no (+)
  5  /
        NO NAME  FLAG
         1 Raju  True
         2 Raini True
         3 Giri  False
         4 Venu  False
         5 Vasu  True
scott@ORA92> spool off

Similar Messages

Maybe you are looking for

  • Generating an IDOC while deleting the shipment

    Hi All,        We have to generate an IDOC while deleting a Shipment.Is there any option available to create an IDOC while deleting the shipment? or any program is available. Thanks in Advance. Rajarajan.

  • Any page loads but the site content doesn't appear on main screen, only on tabs list.

    I got an ARMv6 - Galaxy Spica (GT-I5700) mobile, with Android 2.3.7 on it. When I try to access any webpage its content, after loaded, is blank. Although I do visualise the site content on Tabs list or Top sites (first page) . It happens even on Beta

  • Exporting a schema on Linux Oracle XE using expdp

    Hi, Basically, I would like to take everything (including the APEX app) that's in the HR schema and copy into another schema. I want to experiment with APEX and don't want to mess around with the original. I'm running Oracle XE on Fedora 5 BTW. Here'

  • Mac book pro retina battery problems?

    Macbook pro battery problems? i called apple because my macbook is supposed to last 7 hours but it last only 3 and it tends to get hot, they told me a virus is affecting the battery performance is this really possible or r they just masking crap up s

  • No Windows 10 update for V3-571G

    Hello, Was eagerly waiting for Windows 10 update starting 29th July, but noticed Acer V3-571G is not included in the support list for drivers. Is there any chance this list will be updated later on?