Kexi/Handbook: Difference between revisions
Appearance
No edit summary |
Initial page update |
||
Line 70: | Line 70: | ||
==[[/Appendix C. Reserved words for SQL/]]== | ==[[/Appendix C. Reserved words for SQL/]]== | ||
The following lists contain words that are used internaly by Kexi when dealing with data sources. | |||
When designing your database you should do your best to avoid using these reserved words because otherwise you might end up having problems with your database file or even corrupt it. | |||
=== Kexi SQL Reserved words === | |||
This list contains keywords that are resevered for use in Kexi SQL: | |||
* AFTER | |||
* ALL | |||
* ASC | |||
* BEFORE | |||
* BEGIN | |||
* BETWEEN | |||
* BY | |||
* CASCADE | |||
* CASE | |||
* CHECK | |||
* COLLATE | |||
* COMMIT | |||
* CONSTRAINT | |||
* CROSS | |||
* DATABASE | |||
* DEFAULT | |||
* DELETE | |||
* DESC | |||
* DISTINCT | |||
* DROP | |||
* END | |||
* ELSE | |||
* EXPLAIN | |||
* FOR | |||
* FOREIGN | |||
* FULL | |||
* GROUP | |||
* HAVING | |||
* IGNORE | |||
* INDEX | |||
* INNER | |||
* INSERT | |||
* INTO | |||
* KEY | |||
* LIMIT | |||
* MATCH | |||
* NATURAL | |||
* OFFSET | |||
* ORDER | |||
* OUTER | |||
* PRIMARY | |||
* REFERENCES | |||
* REPLACE | |||
* RESTRICT | |||
* ROLLBACK | |||
* ROW | |||
* SET | |||
* TEMPORARY | |||
* THEN | |||
* TRANSACTION | |||
* UNION | |||
* UNIQUE | |||
* UPDATE | |||
* USING | |||
* VALUES | |||
* WHEN | |||
=== Kexi SQLite Driver Reserved words === | |||
This list contains keywords that are resevered for use by Kexi SQLite Driver: | |||
* ABORT | |||
* ATTACH | |||
* CLUSTER | |||
* CONFLICT | |||
* DEFERRED | |||
* DEFERRABLE | |||
* DETACH | |||
* EACH | |||
* EXCEPT | |||
* FAIL | |||
* GLOB | |||
* IMMEDIATE | |||
* INITIALLY | |||
* INSTEAD | |||
* INTERSECT | |||
* ISNULL | |||
* NOTNULL | |||
* OF | |||
* PRAGMA | |||
* RAISE | |||
* STATEMENT | |||
* TEMP | |||
* TRIGGER | |||
* VACUUM | |||
* VIEW | |||
---- | ---- | ||
==Tools== | ==Tools== | ||
*[[Kexi/Handbook/_Template|Page Template]] | *[[Kexi/Handbook/_Template|Page Template]] |
Revision as of 22:48, 8 August 2011
/Introduction/
/Kexi Basics/
- Kexi Databases
- Creating a New Database File
- The Kexi Main Window
- Opening an existing Kexi database file
- Using built-in help
Building Simple Databases
- Introduction
- Designing Database Tables
- Entering Data Into Tables
- Designing Database Queries
- Designing Forms
- Entering Data Using Forms
Configuring Kexi
Command Reference
- The Kexi Tab
- The Project Tab
- The Create Tab
- The Data Tab
- The External Data Tab
- The Tools Tab
- The Form Design Tab
- The Report Design Tab
/Credits and License/
Appendix A. Introduction to Databases
- What Is a Database?
- Database and Spreadsheet
- Database Design
- Who Needs a Database?
- Database Creation Software
/Appendix B. Comparing Kexi to other database applications/
/Appendix C. Reserved words for SQL/
The following lists contain words that are used internaly by Kexi when dealing with data sources. When designing your database you should do your best to avoid using these reserved words because otherwise you might end up having problems with your database file or even corrupt it.
Kexi SQL Reserved words
This list contains keywords that are resevered for use in Kexi SQL:
- AFTER
- ALL
- ASC
- BEFORE
- BEGIN
- BETWEEN
- BY
- CASCADE
- CASE
- CHECK
- COLLATE
- COMMIT
- CONSTRAINT
- CROSS
- DATABASE
- DEFAULT
- DELETE
- DESC
- DISTINCT
- DROP
- END
- ELSE
- EXPLAIN
- FOR
- FOREIGN
- FULL
- GROUP
- HAVING
- IGNORE
- INDEX
- INNER
- INSERT
- INTO
- KEY
- LIMIT
- MATCH
- NATURAL
- OFFSET
- ORDER
- OUTER
- PRIMARY
- REFERENCES
- REPLACE
- RESTRICT
- ROLLBACK
- ROW
- SET
- TEMPORARY
- THEN
- TRANSACTION
- UNION
- UNIQUE
- UPDATE
- USING
- VALUES
- WHEN
Kexi SQLite Driver Reserved words
This list contains keywords that are resevered for use by Kexi SQLite Driver:
- ABORT
- ATTACH
- CLUSTER
- CONFLICT
- DEFERRED
- DEFERRABLE
- DETACH
- EACH
- EXCEPT
- FAIL
- GLOB
- IMMEDIATE
- INITIALLY
- INSTEAD
- INTERSECT
- ISNULL
- NOTNULL
- OF
- PRAGMA
- RAISE
- STATEMENT
- TEMP
- TRIGGER
- VACUUM
- VIEW