Examine this statement which is submitted for compilation:
Which three are true? (Choose three.)
Examine this statement which is submitted for compilation:
Which three are true? (Choose three.)
This package specification contains some errors. The variable 'loan_amount' is declared as NOT NULL but lacks an initial value, which is required for compilation, so it will not compile successfully because of this issue. Additionally, the constant 'min_bal' must be initialized upon declaration, which is not done here, causing another compilation error. Therefore, the correct statements are that this package will not compile successfully and both 'loan_amount' and 'min_bal' need initialization. Lastly, this is a bodiless package, so a package body is not required to use it.
Es correcto las constantes o variables no tiene porque inicializarse solo desde otros paquetes. Si es obligatorio que sean inicializadas si son cosntantes o si son variables not null