Viola felt as if there are three different structures to describe patterns of data structures. There is the branching structure, matrix structure, and schizo structure.

"The most common structure is called branching. In this structure, the viewer proceeds from the top to bottom in time." The branching structure of presenting data is the typical narrative and linear structure. The viewer proceeds from a set point A to point B by taking an exact path, the same path any other reader would take. An example of this is Google because users go into this website with a certain mindset of what they want to search for, and they get a certain result as they branch off and end at another website.

The second structure is the Matrix structure. This structure describes media when it follows nonlinear progression through information. The viewer could enter at any point, move in any direction, at any speed, pop in and out at any place. Like the branching structure, this also has its set...

SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle, PostgreSQL, or SQL Server since SQLite is trying to solve a different problem. Client/server SQL database engines strive to implement a shared repository of enterprise data. They emphasize scalability, concurrency, centralization, and control. SQLite strives to provide local data storage for individual applications and devices. SQLite emphasizes economy, efficiency, reliability, independence, and simplicity. SQLite does not compete with client/server databases. SQLite competes with fopen().

+ 3 more blocks