how to see the oracle 9i/10g table in pc?
or
In my pc where the table is saved and how to see?
Answer / jp
select * from user_objects where object_type='TABLE';
TABLE IS CAPS
| Is This Answer Correct ? | 6 Yes | 0 No |
What is difference between pl and sql?
Does normalization improve performance?
what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
Name Salary Abc 50000 Abc 50000 xyz 20000 find the max salary using aggregate function?
What is aggregate function in sql?
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
Does sql between include endpoints?
What is loop in pl sql?
How would you convert date into julian date format?
What is pl sql in oracle?
Can we alter stored procedure?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)