tietokantatauluun
Tietokantatauluun, often translated as "database table" in English, is a fundamental concept in relational database management systems. It represents a collection of related data organized into rows and columns. Each row in a table is known as a record or tuple, and it contains information about a single entity. Each column, also called a field or attribute, represents a specific characteristic or property of the entities stored in the table.
For example, in a customer database, a "Customers" table might have columns like CustomerID, FirstName, LastName,
Data is typically manipulated within tables using structured query language (SQL). Common operations include inserting new