Difference between revisions of "Table"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Databases: list tables|List database tables]]: <code>[[show table]]</code>, <code><nowiki>\dt *.*</nowiki></code> | * [[Databases: list tables|List database tables]]: <code>[[show table]]</code>, <code><nowiki>\dt *.*</nowiki></code> | ||
* [[Delete rows of a table]] | * [[Delete rows of a table]] | ||
+ | |||
+ | * [[External table]] | ||
+ | * [[Foreign table]] | ||
+ | * [[Table Partitioning]] | ||
== Related terms == | == Related terms == |
Revision as of 13:37, 23 November 2022
Related terms
- MariaDB: MyISAM, InnoDB
DESCRIBE TABLE_NAME
ALTER TABLE_NAME
iptables
- AWS Database Migration Service (DMS)
GRANT SELECT ON ALL TABLES IN SCHEMA public TO xxx;
GRANT SELECT ON mytable TO xxx
Activities
- Read InnoDB Recovery Modes https://mariadb.com/kb/en/innodb-recovery-modes/
See also
- Table, foreign table, external table,
show table
, Delete rows of a table, Table Partitioning,\dt
- Databases: Database management, SQL, NoSQL, Wide column, PostgreSQL, MariaDB, MySQL, Derby DB, MongoDB, Cassandra, SQLite, HSQL2, H2, RocksDB, Microsoft SQL Server, DB2, Oracle Database, Memcached, Berkeley DB, Collation, SingleStore, Amazon Aurora, Graph database, Amazon DynamoDB, PrestoDB, Cache hit ratio, ACID, WAL, ARIES, DBMS, OLTP, OLAP, Database Schema, CockroachDB, Tables, Views, Apache Druid, RDMS
Advertising: