The name of the table. For example, you may have a database called
"MyCompany" which contains the tables "Products", "Orders", and
"Customers". To view the contents of the Products table, you would
type this:
use MyCompany
SELECT * FROM Products
Your database might be simpler, and only contain one table. For
example, say you have a database called "Newsletter" which contains one
table called "Newsletter". You would type:
use Newsletter
SELECT * FROM Newsletter
>> Stay informed about: Simple question?? PHP..ODBC..and...dBASE