Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex WebSQL
  • Getting started
    • All guides
    • Creating a connection
    • Connection management
    • Viewing information about database objects
    • Working with the query editor
    • Working with saved queries
    • Working with query history
  • Access management
  • Pricing policy
  • Audit Trails events

In this article:

  • Viewing information about a schema
  • Viewing information about a table
  • Viewing information about a view
  1. Step-by-step guides
  2. Viewing information about database objects

Viewing information about database objects

Written by
Yandex Cloud
Updated at March 6, 2025
  • Viewing information about a schema
  • Viewing information about a table
  • Viewing information about a view

The Connections section in Yandex WebSQL provides information about database objects. You can view information about the following:

  • Schema
  • Table
  • View

Viewing information about a schemaViewing information about a schema

  1. Under Connections, select the connection and the database.
  2. Select the schema.
  3. To the right of the schema name, click .

This will open a panel with information about the schema name and its sequences, if any.

Viewing information about a tableViewing information about a table

  1. Under Connections, select the connection and the database.
  2. In the Tables group, select a table.
  3. To the right of the table name, click .

This will open a panel with information about the table name, size, and approximate number of table rows. You can also get the following information about table columns:

  • Column name.
  • Data type.
  • Whether or not the column is a primary key.
  • Whether or not the column is a foreign key.
  • Whether or not the column is nullable.

If the table contains indexes or triggers, the same panel will display information about columns and indexing types, as well as trigger events.

Viewing information about a viewViewing information about a view

  1. Under Connections, select the connection and the database.
  2. In the Views group, select the view.
  3. To the right of the view name, click .

This will open a panel with information about the view name and columns:

  • Column name.
  • Data type.
  • Whether or not the column is nullable.

Was the article helpful?

Previous
Connection management
Next
Working with the query editor
© 2025 Direct Cursus Technology L.L.C.