Tables for Sale

Tables occupy a central role in contemporary design and decorative arts. As functional objects par excellence, tables also serve as platforms for creativity and formal innovation. Tables are distinguished by the diversity of materials, from solid wood to metal, glass, marble or engineered plastic. They combine utility with aesthetic research, allowing for geometric, organic or minimalist forms. Within the field of furniture, tables embody both everyday use and artistic expression.

Contemporary tables explore multiple registers. Some emphasize a sculptural approach, where the base becomes architectural structure. Others adopt refined lines that echo minimalism. Certain tables are designed as modular surfaces able to adapt to space and use. Technical innovations and material choices continuously renew the typology of tables, whether destined for domestic, professional or public contexts.

Tables attract collectors and design enthusiasts for their versatility, durability and integration within interiors. Displayed in living areas or exhibition spaces, tables serve as identity markers and cultural assets. Exploring Artsper's curated selection of tables allows the addition of a significant piece to a collection or interior, uniting functionality, material presence and lasting aesthetic value.

Read more
Design, Vintage Table, Willy Rizzo

Willy Rizzo

Design - 80 x 70 x 150 cm Design - 31.5 x 27.6 x 59.1 inch

Sold

Design, Vintage Table, Willy Rizzo

Willy Rizzo

Design - 75 x 129 x 129 cm Design - 29.5 x 50.8 x 50.8 inch

Sold

Design, Alien, Yasuhiro Shito

Yasuhiro Shito

Design - 38 x 116 x 116 cm Design - 15 x 45.7 x 45.7 inch

Sold

2/2
Need help with Tables ?
What are the different types of tables used in database management systems?

There are several types of tables used in database management systems, including relational tables, flat tables, hierarchical tables, and network tables. Each type has its own unique structure and is used for specific purposes in managing data within a database.

How do you create a table in SQL and define its columns and data types?

To create a table in SQL, use the CREATE TABLE statement followed by the table name and column definitions. Define each column's data type using keywords such as INT, VARCHAR, or DATE. Use constraints to specify additional rules for the table.

What is the purpose of primary keys and foreign keys in database tables, and how are they used to establish relationships between tables?

Primary keys are unique identifiers for each record in a table, while foreign keys establish relationships between tables by referencing the primary key of another table. This ensures data integrity and enables efficient querying of related data.