Intro to Data/Databases & SQL Flashcards
What is SQL (Structured Query Language)
a programming language used to manage & manipulate databases
What does SQL stands for?
Structured Query Language
What is the purpose of SQL?
it helps in retrieving, inserting, updating, and deleting data.
Give a simple example of SQL in use!
is retrieving customer data from a database toshow on a website
Brief History of SQL: When and “Who” was SQL developed?
In 1970s by IBM - it has become the standard lang. for interacting with relational databases.
Why should you learn SQL?
- Is important because it allows you to interact w. databases, retrieve & manipulate dta, & highly valued in fields like data analysis, web development, & business intellignece.
- It’s also essential for managing & understanding data in various professional settings.
What is SQL?
- What does SQL stand for?
- Define what SQL is
- Give an example of SQL in use
- Brief History of SQL
- SQL Usage
1 - Stands for: Structured Query Language
2 - Define: Define: is a programming language used to manage and manipulate databases. It helps in retrieving, inserting, updating, and deleting data.
3 - Example in use : is retrieving customer data from a database to show on a website.
4 - History: SQL was developed in the 1970s by IBM, and it has become the standard language for interacting with relational databases.
5 - Usage: SQL is widely used in web development, data analysis, and in businesses to manage large amounts of data.