Loading
2009. 3. 16. 23:16 - citybell.com

SQL MySQL script : CREATE, DROP 예제

CREATE TABLE  user
(
	name     char(16)  NOT NULL ,
	age        integer,
	email     vchar(100),
	userid    char(16) NOT NULL , 
	passwd   char(16)  
) 

DROP TABLE  user


관련된 글: SELECT 예제
관련된 글: INSERT, UPDATE, DELETE 예제
관련된 글: Replace 예제

 

 

  • Total
  • Today
  • Yesterday
  • Total
  • Today
  • Yesterday