home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / data1 / ssql22.doc < prev    next >
Text File  |  1990-05-01  |  1KB  |  28 lines

  1. SSQL v2.2 Steve Silva                    REGISTRATION $ 35.00
  2. DATA FEB90 SILVA SSQL SQL DBASE
  3. FILES: ssql22.sdn
  4.  
  5. New to SDN
  6.          
  7. SQL stands  for  Structured Query Language.  It was developed
  8. as  a  standard  method  to  query  (extract  data  from)   a
  9. relational  database  and  do  other  operations  to maintain
  10. relational databases.  Relational databases look at files  as
  11. if they were simply tables.  SQL was developed years ago at a
  12. theoretical  level but because of its inherent inefficiencies
  13. and programming complexity, it has  been  very  difficult  to
  14. create  workable  programs.   It  provides  the most flexible
  15. approach to extracting data from a database.  It allows us to
  16. extract data in  seconds  that  would  take  a  knowledgeable
  17. programmer  hours,  days  or  weeks  to  extract, even if the
  18. programmer  had   the   most   advanced   non-SQL   languages
  19. available.   For  a sampling of the types of queries that SQL
  20. can handle, refer to Appendix A.
  21.  
  22. Most database management systems on PCs,  minicomputers,  and
  23. mainframes  have  an  SQL  interface.   So  far,  there is no
  24. "better" language waiting to replace SQL so  once  you  learn
  25. SQL, it should serve you for many years.
  26.  
  27. (SDA format Copyright 1990 SDN Project for SDNet/Works! (sm))
  28.