Dbm (discuter | contributions) m (→SQLfast) |
Dbm (discuter | contributions) (→SQLfast) |
||
Ligne 142 : | Ligne 142 : | ||
:*SQLfast Tutorial - <b>25. Metadata - Walking on the wild side</b>, draft version, February 13, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto25-MetaData.pdf [full text]] | :*SQLfast Tutorial - <b>25. Metadata - Walking on the wild side</b>, draft version, February 13, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto25-MetaData.pdf [full text]] | ||
− | ::''Chapter contents'': . | + | ::''Chapter contents'': Database schema documentation. System catalog tables. SQLfast dictionaries. System tables SYS_TABLE, SYS_COLUMN, SYS_KEY, SYS_KEY_COMP. Modifying a schema. Building a dictionary. Dictionary-driven scripts. |
− | ::''Statements and functions'': <tt></tt>, <tt></tt>, <tt></tt>. | + | ::''Statements and functions'': <tt>dictionary</tt>, <tt>createDictionary</tt>, <tt>deleteDictionary</tt>, <tt>SQL group_concat()</tt>. |
:*SQLfast Tutorial - <b>26. Metadata - Inception</b>, draft version, February 13, 2014. [full text] | :*SQLfast Tutorial - <b>26. Metadata - Inception</b>, draft version, February 13, 2014. [full text] | ||
− | ::''Chapter contents'': . | + | ::''Chapter contents'': Exploring an unknown database. Dictionary-driven dialogues. Dictionary-driven data modification. |
− | ::''Statements and functions'': <tt></tt>, <tt> | + | ::''Statements and functions'': <tt>askInsert</tt>, <tt>askUpdate</tt>. |
:*SQLfast Tutorial - <b>28. SQLdraw</b>, draft version, February 13, 2014. [full text] | :*SQLfast Tutorial - <b>28. SQLdraw</b>, draft version, February 13, 2014. [full text] | ||
− | ::''Chapter contents'': . | + | ::''Chapter contents'': What is SQLdraw? The SQLdraw concepts and language. The SQLdraw editor. The SQLdraw viewer. |
− | ::''Statements and functions'': <tt></tt>, <tt></tt>, <tt></tt>. | + | ::''Statements and functions'': <tt>showDrawing</tt>, <tt></tt>, <tt></tt>. |
:*SQLfast Tutorial - <b>29. Aid to SQLfast development</b>, draft version, February 13, 2014. [full text] | :*SQLfast Tutorial - <b>29. Aid to SQLfast development</b>, draft version, February 13, 2014. [full text] | ||
− | |||
− | |||
:*SQLfast Tutorial - <b>31. Topological sorting</b>, draft version, February 13, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto31-Topo-sort.pdf [full text]] | :*SQLfast Tutorial - <b>31. Topological sorting</b>, draft version, February 13, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto31-Topo-sort.pdf [full text]] | ||
− | ::''Chapter contents'': . | + | ::''Chapter contents'': The database loading problem. Extracting the table graph of a database. Dealing with non acyclic graphs. Finding the independent circuits of a graph. Topological sorting of non acyclic graphs. |
− | ::''Statements and functions'': <tt></tt>, <tt></tt>, <tt></tt>. | + | ::''Statements and functions'': <tt>create temporary table</tt>, <tt>create view</tt>, <tt>create trigger</tt>. |
:*SQLfast Tutorial - <b>32. Conway's Game of Life</b>, draft version, June 2, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto32-Life-Game.pdf [full text]] | :*SQLfast Tutorial - <b>32. Conway's Game of Life</b>, draft version, June 2, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto32-Life-Game.pdf [full text]] | ||
− | ::''Chapter contents'': . | + | ::''Chapter contents'': Cellular automata. World and automaton representation. Computing next generation. Graphical display of automaton evolution. Script and database optimization. |
− | + | ||
:*SQLfast Tutorial - <b>33. Interactive SQLfast interpreters</b>, draft version, June 2, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto33-Interactive-SQLfast.pdf [full text]] | :*SQLfast Tutorial - <b>33. Interactive SQLfast interpreters</b>, draft version, June 2, 2014. [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto33-Interactive-SQLfast.pdf [full text]] |
<Retour à la page d'accueil / Back>
Sommaire |