woshahua / blog

0 stars 0 forks source link

sql-2 #2

Open woshahua opened 5 years ago

woshahua commented 5 years ago

sql-2

index

CREATE INDEX  index_name  ON table_name 
[USING method]
(
    column_name [ASC | DESC] [NULLS {FIRST | LAST }],
    ...
);

view

predict

unique

ERD

check later