Structured analysis: Difference between revisions

Content deleted Content added
Some rearrangement(s)
Line 95:
=== Structured query language ===
The [[structured query language]] (SQL) is a standardized language for querying information from a [[database]]. SQL was first introduced as a commercial database system in 1979 and has since been the favorite query language for database management systems running on minicomputers and mainframes. Increasingly, however, SQL is being supported by PC database systems because it supports distributed databases (see definition of distributed database). This enables several users on a computer network to access the same database simultaneously. Although there are different dialects of SQL, it is nevertheless the closest thing to a standard query language that currently exists.<ref name="USDT01"/>
 
=== Software tools for structured analysis ===
* [[Prosa Structured Analysis Tool]]
 
== Criticisms ==
Line 111 ⟶ 108:
== See also ==
* [[Event partitioning]]
* [[Flow-based programming]]
* [[HIPO]]
* [[Jackson structured programming]]
* [[Prosa Structured Analysis Tool]]
* [[Soft systems methodology]]
* [[Edward Yourdon#Yourdon structured method|Yourdon structured method]]
* [[Flow-based programming]]
 
== References ==
{{reflist}}
 
== Further reading ==
{{refbegin}}
* {{Cite journal| doi = 10.1147/sj.132.0115| title = Structured design| journal = IBM Systems Journal| volume = 13| issue = 2| pages = 115–139| date=June 1974 | last1 = Stevens | first1 = W. P.| authorlink1 = Wayne Stevens (software engineer)| last2 = Myers | first2 = G. J.| authorlink2 = Glenford Myers| last3 = Constantine | first3 = L. L.| authorlink3 = Larry Constantine| ref = harv}}
* {{Cite book | isbn = 0-13-854471-9 | title = Structured Design: Fundamentals of a Discipline of Computer Program and Systems Design | last1 = Yourdon | first1 = Edward | authorlink1 = Edward Yourdon | last2 = Constantine | first2 = Larry L. | authorlink2 = Larry Constantine | year = 1979 | origyear = 1975 | publisher = Yourdon Press | pages = }}
Line 129 ⟶ 126:
* [[Edward Yourdon]] (1989). ''Modern Structured Analysis'', Yourdon Press Computing Series, 1989, ISBN 0-13-598624-9
* Keith Edwards (1993). ''Real-Time Structured Methods, System Analysis''. Wiley. ISBN 0-471-93415-1
{{refend}}
 
==External links==