Editing
SQL
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == Key terms: * '''Database''' � an organized collection of structured data stored electronically. * '''Relational database''' � a database that organizes data into tables with defined relationships between them. * '''Table''' � a grid of rows and columns, similar to a spreadsheet, representing one type of entity (e.g., users, orders). * '''Row (record)''' � a single entry in a table. * '''Column (field)''' � a named attribute shared by all rows in a table (e.g., "email", "created_at"). * '''Primary key''' � a column (or combination) that uniquely identifies each row. * '''Foreign key''' � a column that references the primary key of another table, linking them. * '''Query''' � a request for data, written in SQL. * '''Schema''' � the blueprint describing a database's tables, columns, and relationships. * '''Index''' � a data structure that speeds up lookups on a column at the cost of extra storage. * '''NULL''' � the absence of a value; distinct from zero or empty string. Core SQL statement categories: * '''SELECT''' � retrieve data * '''INSERT''' � add new rows * '''UPDATE''' � modify existing rows * '''DELETE''' � remove rows * '''CREATE / DROP / ALTER''' � define or change the schema (DDL � Data Definition Language) </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information