Skip to content

Commit da1d915

Browse files
committed
Merge pull request braydie#36 from emporsteigen/patch-1
Correct mistake in 'Communication Languages'
2 parents 563e8c2 + 1d7f222 commit da1d915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-Intermediate/Personal-Skills/09-Communication Languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ UML is a rich formal system for making drawings that describe designs. Its beaut
66

77
XML is a standard for defining new standards. It is not a solution to data interchange problems, though you sometimes see it presented as if it was. Rather, it is a welcome automation of the most boring part of data interchange, namely, structuring the representation into a linear sequence and parsing back into a structure. It provides some nice type- and correctness-checking, though again only a fraction of what you are likely to need in practice.
88

9-
SQL is a very powerful and rich data query and manipulation language that is not quite a programming language. It has many variations, typically quite product-dependent, which are less important than the standardized core. SQL is the *lingua franca* of relational databases. You may or may not work in any field that can benefit from an understanding of relational databases, but you should have a basic understanding of them and they syntax and meaning of SQL.
9+
SQL is a very powerful and rich data query and manipulation language that is not quite a programming language. It has many variations, typically quite product-dependent, which are less important than the standardized core. SQL is the *lingua franca* of relational databases. You may or may not work in any field that can benefit from an understanding of relational databases, but you should have a basic understanding of them and the syntax and meaning of SQL.
1010

1111
Next [Heavy Tools](10-Heavy Tools.md)

0 commit comments

Comments
 (0)