Task list database table - TaskDepender

Task list database table

From TaskDepender
Jump to: navigation, search
(Design)
(Design)
Line 25: Line 25:
 
Note that the alternative method using and [http://www.sqlite.org/lang_insert.html insert] statement would means that the columns must be explicitely defined whereby the design of the columns of the [[Tasks database table|tasks table]] need to be maintained at two locations, which is not preferable and unnecessary if the method above is used.
 
Note that the alternative method using and [http://www.sqlite.org/lang_insert.html insert] statement would means that the columns must be explicitely defined whereby the design of the columns of the [[Tasks database table|tasks table]] need to be maintained at two locations, which is not preferable and unnecessary if the method above is used.
  
The following section give the implementation of the required SQL statements.
+
The following section gives the implementation of the required SQL statements.
  
 
== Implementation ==
 
== Implementation ==

Revision as of 18:07, 16 October 2011