YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: DDL

YugabyteDB Tips > DDL

Execute DDL Security Statements in YCQL

Jim KnicelyNovember 15, 2022

In the YugabyteDB’s YCQL API, DDL security statements are instructions for managing and restricting operations on the database objects. Examples: Create, grant, […]

Read More

Reduce a Table’s VARCHAR Size in YSQL

Jim KnicelyNovember 11, 2022

There might come a time where you’ll want to shrink the size of a VARCHAR field in a table. Example: yugabyte=# d […]

Read More

Query Data Between Databases In the Same Universe

Jim KnicelyOctober 23, 2022

Just as a single Postgres server process can manage multiple databases at the same time, Yugabyte allows you to create and manage […]

Read More

Drop a YCQL Keyspace Which is Not Empty

Jim KnicelyOctober 12, 2022

In YCQL the DROP KEYSPACE statement is used remove a keyspace from the system. An error is raised if the specified keyspace […]

Read More

Change a Database User’s SuperUser Status

Jim KnicelyOctober 7, 2022

A database superuser bypasses all permission checks, except the right to log in. This is a dangerous privilege and should not be […]

Read More

Posts navigation

Older posts
Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li