What is command for supporting foreign key in Firebird?
Added on Fri, Jan 8, 2010
Lets do it by example: create table Master_A( mst_1 integer not null primary key, mst_2 varchar(10)); create table slave_of_a(slv_1 integer not null, primary key, mst_1 integer); alter table slave_of_a add constraint FK_2_MST foreign key ...
Read More
What is the maximum number of rows in a table in Firebird?
Added on Fri, Jan 8, 2010
Maximum number of rows per table: in Firebird is 16G (4G with Firebird 1.x)
Read More
What are the vital features of Firebird that makes it powerful database?
Added on Fri, Jan 8, 2010
Following are the Firebird Maestro features: Support for all Firebird versions from 1.0 to 2.0 Easy database management Particular database object management User-friendly interface Building and executing queries Original security...
Read More