Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: sql select statement
In article <3ae19c90.0_at_news2.tm.net.my>, "M.C.Tan" <tmchun_at_tm.net.my> wrote:
> mousepoet <mousepoet_at_att.net> wrote in message
> news:3AD5415E.2803ACA_at_att.net...
> > What command would I use to list the tables in a database?
> >
>
> Select table_name from user_tables; ========> will list all the
> tables of your database.
All tables wil be lsited with
select table_name from ALL_TABLES;
-- Kay SchulzReceived on Sat Apr 21 2001 - 13:29:17 CDT
![]() |
![]() |