KB Category: Tables

Table Diagnostics

Use Tools -> Table Diagnostics (Ctrl+Alt+T) to perform various Table Diagnostics operations. Analyze The Analyze Tables Wizard allows you to analyze and store the key distribution for the table. During the analysis…
Read more

Table Properties

To view the Advanced Properties of a table, select the table in the Object Browser and select Table -> More Table Operations -> View Table  Properties from the popup menu. To define or to edit the Advanced Properties of a…
Read more

View Data

To quickly view data of a table select the table in the Object Browser and 1) select Open Data from the popup menu 2) click the DATA tab 3) or just press Enter.…
Read more

Pasting SQL for Table

INSERT statement With the menu item Table -> Paste SQL Statements -> INSERT INTO <tablename>…, SQLyog creates a template of a MySQL statement with INSERT clause for the table selected in…
Read more

Copy Table to different HOST

This feature can be used instead of the Database – Copy DB To Another Host/Database option when you need to copy a single table, but in fact you can use it for…
Read more

Looking up constraints for a value

When inserting/updating a value in a column on which a Foreign Key CONSTRAINT is defined SQLyog GRID and FORM view (in Table data) provide you with a facility to look…
Read more

Data Manipulation

To manually insert or update data in a MySQL Table, right click on the table in the Object Browser and select the Open Table or press F11. It is populated by a…
Read more

Import XML Data using LOAD LOCAL

To import data from a XML file into a MySQL table, select the table in Object Browser and select Table -> Import -> Import XML Data Using Load Local… or(Ctrl+Shift+X). Tables: The list of all…
Read more

Import CSV Data Using LOAD LOCAL

To import data from a CSV file into a MySQL table, select the table in Object Browser and select Table -> Import -> Import CSV Data Using Load Local… or(Ctrl+Shift+M). Tables: The list of…
Read more
Copyright © 2026 Webyog Inc. All Rights Reserved.