You are on page 1of 1

DATABASE

Database is container which contains related data stored in catagorial manner in tables. i.e database
is the collection f tables

DDL... data definition language(CREATE,DROP,TRANSCATE)

DML--- data manipulation language(INSERT,SELECT,DELETE,UPDATE)

DCL--- data controlling language(GRANT,INVOKE,REVOKE)

Mysql(wamp)------ is a just provider where SQL means structured quary

Mysql_quary(); to execute a quary

Mysql_num rows(); to count number of rows found

Mysql_fech_ arrey(); to retrieve data

Mysql_fetch_rows(); to retrieve data using rows

Mysql_fetch_assoc(); to retrieve data using names

You might also like