in reply to Re^3: Database in Perl
in thread Database in Perl

The way he used "database development language" suggests he means SQL CREATE DATABASE Statement/create table... not create RDBMS

Replies are listed 'Best First'.
Re^5: Database in Perl
by JavaFan (Canon) on Jun 08, 2009 at 13:57 UTC
    The way he used "database development language" suggests he means SQL CREATE DATABASE Statement/create table... not create RDBMS
    Given that in the post that starts this thread, (s)he writes:
    I am considering doing a project on a database that is a standalone,
    I do think his/her intention was to write a database engine.