Output of the query [message #403495] |
Fri, 15 May 2009 20:32 |
sharmakranthi
Messages: 14 Registered: February 2009 Location: Bangalore
|
Junior Member |
|
|
Since Oracle DB is not working in my PC, i am requesting you give the result of the below mentioned code.
select empid from employee where (salary*12)>=70000
Please dont scold for asking like this
|
|
|
|
Re: Output of the query [message #403508 is a reply to message #403495] |
Sat, 16 May 2009 01:38 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | i am requesting you give the result of the below mentioned code.
|
SQL> select empid from employee where (salary*12)>=70000
2 /
select empid from employee where (salary*12)>=70000
*
ERROR at line 1:
ORA-00942: table or view does not exist
Regards
Michel
|
|
|