🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)
🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)

🔧 Programmierung 🕛 kürzlich 4 Min Lesezeit
0

Day 1 SQL Series || Introduction to SQL

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

Hey there 👋



Hope you are doing well 🙂



In the last blog as I have promised that I'll be starting a 7 days SQL series so here it is. In this blog we will discuss the basic introduction to SQL and database and tabular/relational and non relational database management systems.



So let's get started 🔥








Types of Database Management Systems



The Database Management Systems are classified into two main types -:




  • Relational DBMS


  • Non relational DBMS







Relational DBMS



Relational DBMS or RDBMS stores data in tables with rows and columns and it requires a predefined schema that defines the structure of the data (e.g., data types, constraints). It ensures data integrity and reliability through ACID -:




  • Atomicity: Transactions are all-or-nothing.This ensures the data operation will complete either with success or with failure.For example, a transaction will either be committed or will abort.


  • Consistency: Ensures data validity.If we perform any operation over the data, its value before and after the operation should be preserved. For example, the account balance before and after the transaction should be correct, i.e., it should remain conserved.


  • Isolation: Concurrent transactions do not interfere.There can be concurrent users for accessing data at the same time from the database. Thus, isolation between the data should remain isolated. For example, when multiple transactions occur at the same time, one transaction effects should not be visible to the other transactions in the database.


  • Durability: Data changes persist after transactions.It ensures that once it completes the operation and commits the data, data changes should remain permanent.






Now that we know that what data, database, types of database and DBMS actually is, there arises a question that how exaclty the data is managed 🤔?

So to answer this question we need to understand SQL.






Introduction to SQL



SQL is a standard language for accessing and manipulating databases.

SQL stands for Structured Query Language that is used to access and manipulate Relational Database.

SQL was primarily designed for managing Relational Databases.

It was developed by IBM Computer Scientists in the 1970s.


It consists of different queries that can be used to create, insert, delete and change data.

SQL is one of the widely used languages for tabular data. Even if you are someone who aspires to be an ML engineer SQL plays a very significant role.






Features of SQL




  1. Data Definition Language (DDL) -: SQL allows you to define the structure of a database using commands.


  2. Data Manipulation (DML) -: SQL enables inserting, updating, deleting, and retrieving data using its commands.


  3. Transaction Control (TCL) -: SQL supports transactions to ensure data integrity. We can easily save or undo changes in transactions.


  4. Data Control (DCL) -: SQL includes commands to manage user permissions.


  5. Standardized -: SQL is standardized by ANSI and ISO, ensuring compatibility across different relational database systems (e.g., MySQL, PostgreSQL, SQL Server).


  6. Scalability -: SQL works well with databases of any size, from small projects to enterprise-level systems.


  7. Integration with Programming -: SQL can be integrated with programming languages (e.g., Python, Java, C#) to create dynamic applications.




In conclusion SQL is basically a language used to manipulate RDBMS. Now in the next blog we will see some basic commands of SQL.

I hope you have enjoyed this blog. Please leave a ❤ and if I have missed something or you have doubts we can discuss them in comments.



Thankyou 💙

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Hackers Just Poisoned the Rust Supply Chain | Threat Wire
1 Quelle
Hackers Found a Way Into Humanoid Robots | Threat Wire
1 Quelle
Bits und so #1021 (Passwort für Laufwerk)
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Day 1 SQL Series || Introduction to SQL

Thematisch verwandte Begriffe: Series, Introduction · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...