programming languages Online Quiz - 330
Description: programming languages Online Quiz - 330 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
vi is the only text editor available in linux?
It is possible to redirect the output of a process to more than one source
tar can be used to write on to floppy disks
if statement needs to end with end if
du command displays the file system usage for the entire file system
Normal users can kill init process
top command can be used to control processes
Shell functions are self-contained and cannot be accessed from outside the function
Under which two circumstances do you design database triggers? (Choose two)
Which two statements are true? (Choose two)
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)
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 provides JDBC access via one or more ODBC drivers?
Which type of driver converts JDBC calls into the network protocol used by the database management system directly?