FillInTheBlank
What word is missing from the following SQL statement?
insert into tablename ________(909, 'text');
(Please specify the missing word using lower-case letters only.)
MultipleChoice
Which of the following commands kills the process with the PID 123 but allows the process to 'clean up' before exiting?
Options