char 以及varchar 都是用來儲存字元 , 字串的type ,
不同點在於 , char在儲存時是固定長度 , 而varchar則是可以變動長度來進行儲存(但不可大於我們所設的limit)
char 以及varchar 都是用來儲存字元 , 字串的type ,
不同點在於 , char在儲存時是固定長度 , 而varchar則是可以變動長度來進行儲存(但不可大於我們所設的limit)
MySQL is a Relational SQL database management system , and it is open source software.
Relational database means that all the data is stored into different tables
SQL stands for Structured Query Language , it is a database computer language
designed for retrieval and management of data in relational database.