programming languages Online Quiz - 330
Description: programming languages Online Quiz - 330 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
tar can be used to write on to floppy disks
top command can be used to control processes
All users currently have the INSERT privileges on the PLAYER table. You want only your users to insert into this table using the ADD_PLAYER procedure. Which two actions must you take? (Choose two)
Which two statements about the overloading feature of packages are true? (Choose two)
Which two program declarations are correct for a stored program unit? (Choose two)
Examine this procedure: CREATE OR REPLACE PROCEDURE UPD_BAT_STAT (V_ID IN NUMBER DEFAULT 10, V_AB IN NUMBER DEFAULT 4) IS BEGIN UPDATE PLAYER_BAT_STAT SET AT_BATS = AT_BATS + V_AB WHERE PLAYER_ID = V_ID; COMMIT; END; Which two statements will successfully invoke this procedure in SQL *Plus? (Choose two)
Which three are true regarding error propagation? (Choose three)
Which statements about JDBC are true? (2 answers)
Which packages contain the JDBC classes?
Which type of driver converts JDBC calls into the network protocol used by the database management system directly?