0% found this document useful (0 votes)
20 views1 page

What Is SQL

SQL is a standard language for managing and manipulating data in relational databases. Key concepts include databases, which are structured collections of data; tables, which consist of rows and columns; and columns, which define the type of data, while rows contain individual records.

Uploaded by

samreenhodekar2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

What Is SQL

SQL is a standard language for managing and manipulating data in relational databases. Key concepts include databases, which are structured collections of data; tables, which consist of rows and columns; and columns, which define the type of data, while rows contain individual records.

Uploaded by

samreenhodekar2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

What is SQL?

SQL is a standard language used to store, retrieve, manage, and manipulate data in
relational databases like MySQL, Oracle, SQL Server, etc.

Key SQL Concepts:


Database
A structured collection of data. Think of it like a digital filing system.

Table
A database consists of one or more tables. A table has rows and columns, like a
spreadsheet.

Column
A column defines the type of data (e.g., name, age, salary).

Row/Record
A row contains a single entry or record in the table.

You might also like