English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what is filed size/lenght when using database

2007-03-14 23:47:27 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

There will be a system table on your database that has a list of table names.
There will also be a system table that will have for each table a list of columns, their data type, length and decimal places if necessary.

2007-03-15 00:15:48 · answer #1 · answered by AnalProgrammer 7 · 0 0

if you mean 'field' size/length, then it is the amount of data you can put into that field - so if you only want to allow people to input names that are no longer than 5 letters, then you set its type to 'text' and the length to 5.

2007-03-15 06:58:23 · answer #2 · answered by Matt B 2 · 0 0

fedest.com, questions and answers