|
20 | 20 |
|
21 | 21 | [NoSQL](https://www.ibm.com/cloud/blog/sql-vs-nosql) is a database that is interchangeably referred to as "nonrelational, or "non-SQL" to highlight that the database can handle huge volumes of rapidly changing, unstructured data in different ways than a relational (SQL-based) database with rows and tables.
|
22 | 22 |
|
| 23 | +[Transact-SQL(T-SQL)](https://docs.microsoft.com/en-us/sql/t-sql/language-reference) is a Microsoft extension of SQL with all of tools and applications communicating to a SQL database by sending T-SQL commands. |
| 24 | + |
| 25 | +[Introduction to Transact-SQL](https://docs.microsoft.com/en-us/learn/modules/introduction-to-transact-sql/) |
| 26 | + |
23 | 27 | [SQL Tutorial by W3Schools](https://www.w3schools.com/sql/)
|
24 | 28 |
|
25 | 29 | [Learn SQL Skills Online from Coursera](https://www.coursera.org/courses?query=sql)
|
|
100 | 104 |
|
101 | 105 | [SQLite Database Browser](https://sqlitebrowser.org/) is an open source SQL tool that allows users to create, design and edits SQLite database files. It lets users show a log of all the SQL commands that have been issued by them and by the application itself.
|
102 | 106 |
|
| 107 | +[Atlas](https://github.com/Netflix/atlas) is an in-memory dimensional [time series database](https://en.wikipedia.org/wiki/Time_series_database). |
| 108 | + |
103 | 109 | [CouchbaseDB](https://www.couchbase.com/) is an open source distributed [multi-model NoSQL document-oriented database](https://en.wikipedia.org/wiki/Multi-model_database). It creates a key-value store with managed cache for sub-millisecond data operations, with purpose-built indexers for efficient queries and a powerful query engine for executing SQL queries.
|
104 | 110 |
|
105 | 111 | [dbWatch](https://www.dbwatch.com/) is a complete database monitoring/management solution for SQL Server, Oracle, PostgreSQL, Sybase, MySQL and Azure. Designed for proactive management and automation of routine maintenance in large scale on-premise, hybrid/cloud database environments.
|
|
0 commit comments