Question : Add field to table

Can I add a new field to a table while people are using the database.  IE add a field while people are using the table live.

Answer : Add field to table

sure

alter table tablename
add columnname datatype

Random Solutions  
 
programming4us programming4us