What are the different tables present in MySQL, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ?
Hello You'll need 3 things: A server,Mysql, & php In the above example you have used mysql code for creating a table named employee with 2 columns: 1 column named eno (int -- numbers for this field ) and the other column --ename (varchar-- letters or numbers in this field) More info for mysql and php here: thanks Rod www.webpagesofease.com