Differences between revisions 3 and 4
Revision 3 as of 2008-06-16 17:06:25
Size: 983
Editor: 211
Comment:
Revision 4 as of 2011-08-03 11:01:15
Size: 983
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
-- ["yong27"] [[DateTime(2005-10-19T09:29:51Z)]] -- [[yong27]] <<DateTime(2005-10-19T09:29:51Z)>>

StructuredQueryLanguage

http://www.w3schools.com/sql/default.asp

SELECT FROM WHERE- 구조로 특징지울 수 있는 관계 사상을 기초로 한 대표적 언어로서 입력 relation으로부터 원하는 출력 relation을 사상시키는 언어. RelationalDatabase를 다루는 언어이다.

IBM에서 처음에는 SEQUEL이란 이름으로 개발되었으나, 현재는 [SQL]로 널리 알려지게 되었다. SQL은 데이타 정의, 데이타 조작, 데이타 제어 기능에 대한 명령을 모두 포함하고 있다. IBM에서 이걸 만들고, 특허화하지 않은것에 대해 무지 배아퍼한다고도...

[Bioinformatics]를 위한 [BioSQL]도 있다.


[SQL] delete문에서 multiple tables를 지원하더라. 예전엔 일일이 지워줬었는데... 문법에 약간 차이가 있다.

delete t1, t2, t3 from t1, t2, t3 where t1.id=t2.id and...

-- yong27 2005-10-19 18:29:51


CategoryLanguage

SQL (last edited 2011-08-21 16:11:18 by 211)

web biohackers.net