A foreign key in YSQL is used to maintain the referential integrity of data between two tables: values in columns in one […]
Read MoreA foreign key in YSQL is used to maintain the referential integrity of data between two tables: values in columns in one […]
Read MorexCluster replication is YugabyteDB’s implementation of asynchronous replication for disaster recovery. It allows you to set up one or more unidirectional replication flows between […]
Read Moreysqlsh is the shell for interacting with the YugabyteDB YSQL API. To connect to a database, you need the following information: the […]
Read MoreYugabyteDB stores YSQL system metadata, referred to as the YSQL system catalog, in special tables. The metadata includes information about tables, columns, […]
Read MoreYou can move data from one table to another in two SQL commands, an INSERT followed by a DELETE. But it’s possible […]
Read More