create relations in SQL
Create Table Studen(ID, name, GPA, photo);
Create Table College(name string, state char(2), enrollment integer);
๋งจ์๋ก๐