nom [CONSTANT] type [NOT NULL][ {DEFAULT | := } expression];
quantite integer DEFAULT 42; url varchar := 'http://www.univ-lehavre.fr'; age_capitaine CONSTANT integer := 42; uneLigne nomTable%ROWTYPE; uneAutreLigne RECORD; unChamp nomTable.nomColonne%TYPE;
struct