Home > Storage > ObjectScale and ECS > Industry Solutions and Verticals > Dell ECS: Data Lake with Apache Iceberg > Overview
In Iceberg, table data consists of these parts:
The table metadata for Iceberg includes only the name and version information of the current table. All schemas and properties are managed by Iceberg itself.
Iceberg supports multiple table operations. These operations include querying data from a table, inserting data into a table, updating data in a table, deleting data for a specified row, and deleting data for a specified condition. However, you can divide the process into the following two main types: modify table and query table. The following scenario uses Apache Flink as an example to introduce the two workflows of Iceberg.