Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix minor typo in www/theory1.wiki . |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
8748d75b5f13cb3e9451f3445e8d5cd2 |
| User & Date: | eric 2010-01-08 18:49:40.000 |
Context
|
2010-01-09
| ||
| 12:16 | Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. ... (check-in: 2239226012 user: jeremy_c tags: trunk) | |
|
2010-01-08
| ||
| 18:49 | Fix minor typo in www/theory1.wiki . ... (check-in: 8748d75b5f user: eric tags: trunk) | |
|
2010-01-06
| ||
| 14:23 | Fix typos in the copyright release template. Ticket [ffec860709] ... (check-in: cd26978357 user: drh tags: trunk) | |
Changes
Changes to www/theory1.wiki.
| ︙ | ︙ | |||
97 98 99 100 101 102 103 | This misunderstanding likely arises because people fail to appreciate that SQL is a programming language. People are taught that SQL is a "query language" as if that were somehow different from a "programming language". But they really are two different favors of the same thing. I find that people do better with SQL if they think of SQL as a programming language and each statement of SQL is a separate program. SQL is a percular programming language | | | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | This misunderstanding likely arises because people fail to appreciate that SQL is a programming language. People are taught that SQL is a "query language" as if that were somehow different from a "programming language". But they really are two different favors of the same thing. I find that people do better with SQL if they think of SQL as a programming language and each statement of SQL is a separate program. SQL is a percular programming language in that one uses SQL to specify <i>what</i> to compute whereas in most other programming languages one specifies <i>how</i> to carry out the computation. This difference means that SQL is an extraordinary high-level programming language, but it is still just a programming language. For certain types of problems, SQL has a huge advantage over other |
| ︙ | ︙ |