MATHEMATICA FEATURED EXAMPLE
Get Information about Database Tables
DatabaseLink lets you connect to and use databases. Here, SQLTableInformation is used to get meta-information about SQL tables.
After loading DatabaseLink and opening a connection to a database, get information about the tables:
| In[17]:= |
| In[18]:= |
Out[18]//TableForm= | |
![]() | |
| In[19]:= |
Out[19]//TableForm= | |
![]() | |


