In the YugabyteDB’s YCQL API, DDL security statements are instructions for managing and restricting operations on the database objects. Examples: Create, grant, […]
Read MoreIn the YugabyteDB’s YCQL API, DDL security statements are instructions for managing and restricting operations on the database objects. Examples: Create, grant, […]
Read MoreThere might come a time where you’ll want to shrink the size of a VARCHAR field in a table. Example: yugabyte=# d […]
Read MoreJust as a single Postgres server process can manage multiple databases at the same time, Yugabyte allows you to create and manage […]
Read MoreIn YCQL the DROP KEYSPACE statement is used remove a keyspace from the system. An error is raised if the specified keyspace […]
Read MoreA database superuser bypasses all permission checks, except the right to log in. This is a dangerous privilege and should not be […]
Read More