Tải bản đầy đủ (.pdf) (1 trang)

OReilly Managing And Using MySQL 2nd Edition Apr 2002 ISBN 0596002114

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (227.6 KB, 1 trang )

Chapter3.SQLAccordingtoMySQL
TheStructuredQueryLanguage(SQL)isusedtoreadandwriteto
MySQLdatabases.UsingSQL,youcansearchfor,enter,modify,or
deletedata.SQListhemostfundamentaltoolyouwillneedforyour
interactionswithMySQL.Evenifyouareusingsomeapplicationor
graphicaluserinterfacetoaccessthedatabase,somewhereunderthe
hoodthatapplicationisgeneratingSQL.
SQLisasortof"natural"language.Inotherwords,anSQLstatement
shouldreadatleastonthesurfacelikeasentenceofEnglishtext.This
approachhasbothbenefitsanddrawbacks,buttheendresultisa
languageunliketraditionalprogramminglanguagessuchasC,Java,or
Perl.



×