funzioni plsql

CREATE FUNCTION nome_funzione … RETURN BOOLEAN IS
	Definizioni;
BEGIN
	Corpo procedura;
	RETURN Variabile;
END;
NameIRemember