mSQL Schema Viewer
DATABASE : hypers
This page will allow you to view table definitions in your database. If
you do not give a table name, a list of table names for your database will
be shown.
Table Name:
Output:
Database = hypers
Table = friend
+-----------------+----------+--------+----------+-----+
| Field | Type | Length | Not Null | Key |
+-----------------+----------+--------+----------+-----+
| number | char | 10 | Y | Y |
| first_name | char | 10 | N | N |
| last_name | char | 10 | N | N |
| address | char | 10 | N | N |
+-----------------+----------+--------+----------+-----+
back to mSQL menu.