help_relation : Help_relation : Data Dictionary MySQL TUTORIALS


MySQL TUTORIALS » Data Dictionary » Help_relation »

 

help_relation


mysql> desc help_relation;
+-----------------+------------------+------+-----+---------+-------+
| Field           | Type             | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| help_topic_id   | int(10unsigned | NO   | PRI |         |       |
| help_keyword_id | int(10unsigned | NO   | PRI |         |       |
+-----------------+------------------+------+-----+---------+-------+
rows in set (0.00 sec)

mysql> use test
Database changed



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Dictionary
» Help_relation