YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: DML

YugabyteDB Tips > DML

Update a Primary Key Column

Jim KnicelyAugust 9, 2022

The Primary Key constraint is a means to uniquely identify a specific row in a table via one or more columns. To […]

Read More

Add a Record to the Begining of an Array in a JSONB Column

Jim KnicelyApril 20, 2022

YSQL supports the JSONB data type which stores a parsed representation of a JavaScript Object Notation (JSON) document hierarchy of subvalues in an appropriate internal format. […]

Read More

Append a Record to an Array in a JSONB Column

Jim KnicelyApril 19, 2022

YSQL supports the JSONB data type which stores a parsed representation of a JavaScript Object Notation (JSON) document hierarchy of subvalues in an appropriate internal […]

Read More

Insert Multiple Rows In One Statement

Jim KnicelyApril 12, 2022

Need to insert a bunch of rows? No problem, you can do it in a single INSERT SQL statement in YugabyteDB!  yugabyte=# […]

Read More

Delete and Return Deleted Information

Jim KnicelyApril 11, 2022

We can use the RETURNING clause to return values from the rows that were deleted using a bulk-delete statement! yugabyte=# CREATE TABLE […]

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