Jumat, 24 April 2020

SQL: statements

select * Customers: select or get every colomn from Customers table


Support 5 major command (S,U,D,I,W): Select, Update, Delete, Insert and Where.



select:
1. select column1, column2
from testing_table;

Tidak ada komentar:

Posting Komentar