how to order database tables /

by 1 replies
1
i want to create database whit 'setting' name and

with tables :

title
facebook
twitter
descrip
google
tell

what should i do ?
#programming #database #order #tables
  • you should create a table named "settings" and it should have the following columns:

    title
    facebook
    twitter
    descrip
    google
    tell

    It's not a good idea to create a table for each.

Next Topics on Trending Feed