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; SELECT col1, ... coln INTO var1, ... varn FROM ...;
-- la clause INTO est obligatoire et la requête SELECT doit retourner une seule ligne.
struct
du C.