| |
GeekInterview.com > Interview Questions > Oracle > PL/SQL
| Print | |
Question: Suppose, I've created a new database DB1 n i've created a table DB1.T1.
Now, DESC T1 --> desplaying the table structure but select * from DB1.T1 ---->giving--> table or view does not exist.. Can any one explain possible reason behind this.
|
| October 10, 2006 07:46:06 |
#1 |
| rampratap409 |
Member Since: September 2006 Total Comments: 108 |
RE: Suppose, I've created a new database DB1 n i've cr... |
| use only: select * from t1; |
| |
Back To Question | |