CREATE A TABLE IN THE TABLESPACE, WITH FIXED-LENGTH ROWS

2. Create a table in the tablespace, with fixed-length rows. It will be impossible

to insert 2000 rows without filling the tablespace:

create table toobig(c1 char(1000)) tablespace small;