Difference between revisions of "Main Page"
Jump to navigation
Jump to search
(Introduction) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Databases are used as backend infrastructure component almost everywhere. There are different [[:Category:Technology|technologies]] to access data from databases and different spots in [[:Category:Architecture|architectures]], where you find databases in applications. | |
+ | |||
+ | There are also [[:Category:Conventions|conventions]] you may want to obey, [[:Category:Patterns|patterns]] you may want to use and special constructs in [[:Category:SQL|SQL]] you might never heard of. | ||
+ | |||
+ | Amongst the multitude of databases out there, you might already know [[:Category:Microsoft Access|Microsoft Access]], [[:Category:Microsoft SQL Server|Microsoft SQL Server]] and [[:Category:Oracle|Oracle]]. | ||
+ | |||
+ | Databases are usually queried with [[:Category:SQL|SQL statements]], but you also might have come across some code in [[:Category:VBA|VBA]], which makes use of different [[:Category:Technology|technologies]]. |
Latest revision as of 16:49, 5 February 2016
Databases are used as backend infrastructure component almost everywhere. There are different technologies to access data from databases and different spots in architectures, where you find databases in applications.
There are also conventions you may want to obey, patterns you may want to use and special constructs in SQL you might never heard of.
Amongst the multitude of databases out there, you might already know Microsoft Access, Microsoft SQL Server and Oracle.
Databases are usually queried with SQL statements, but you also might have come across some code in VBA, which makes use of different technologies.