일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- productivity
- machine learning
- Naive Bayes example
- Pararel Computing
- tensorflow
- utilize
- API
- variance bias
- negotiate
- Insight
- bias vs variance
- sweet spot in fitting
- Learn from mistake
- pandas
- online machine learning
- level of negative
- Apache Beam
- distributed training
- NO TYPO
- color theory
- Deep Learning
- root of the word
- plotting
- Data Distribution
- NLP
- plot color
- ML
- level of emotion
- color and data
- level of positive
- Today
- Total
How much am I expressed through the data
Difference between SQL and SQL Server 본문
Basic difference
The difference between SQL Server and SQL is the difference between a Hyundai Elite i20 and an internal combustion engine.
The former is a specific commercial product. (product that implements the SQL language)
The latter is a common technology standard used by many products. (A language)
SQL is a query language. It is used to write queries to to retrieve or manipulate the relational database data. On the other hand, SQL Server is proprietary software or an RDBMS tool that executes the SQL statements. It also provides some additional features and functionalities, so that the user can properly interact with the database and can perform all the database operations efficiently.
* RDBMS : Relational Database Management System