Basic Query

Syntax : SELECT namafield FROM namatable;
   
Example : SELECT * FROM Barang;

in the example above namafield replaced with an asterisk (*), which means that all fields that will be displayed.

No comments:

Post a Comment