Search notes:

SQL table

A table is a container that is able to store a zero or more rows (records).
Each row consists of one or more values (which might be null). Every row in a table hat the same number of values. This number is also referred to as degree of a table.
The data in rows is manipulated with DML (= Data Manipulateion Language) staements.
A row is also the smallest unit that can be added to a table (insert statement or removed from a table SQL: delete statement
A table is created with the create table and destroyed with the drop table statement.

See also

Table constraints enforce integrity rules on a table.
A trigger allows to specifies a series of statements to be executed when records are inserted, deleted or updated on a table.
Data structures
The SAS data set and the R data frame.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740452867, '3.12.76.151', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL/table/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78