All Forums Database
manne 5 posts Joined 06/05
26 May 2006
Data Block size

Hi all,

I have a query regarding setting that Data block size while creating the table

we can give set the datablock size using

Datablocksize = integer (can be in bytes and kbytes)

What does the key words MINIMUM DATABLOCKSIZE and MAXIMUM DATABLOCKSIZE represents in the create table opetions?

Thanks in advance

dnoeth 684 posts Joined 11/04
26 May 2006

Why don't you simply check the manuals?

SQL Reference: Data Definition Statements, CREATE TABLE

Dieter

You must sign in to leave a comment.