1 Lessons For ZPJS
1 Lessons For ZPJS
a None
b None
c None
Q4: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?
a The query will generate an error
b None
c None
d return all the records from the clients table and only those that match the emp_no
from the employees table
e return only records that have matching emp_no values in both tables
f return all the records from the employees table and only those that match the
emp_no from the clients table
c None
d None
a ncp
b None
c rsync
d scp
e rcp
f mcp
a Docker machine is a tool that lets you install Docker Engine on virtual hosts
b None
c None
d None
e None
f Docker machine is a tool that lets you install Docker files on virtual hosts
Q8: The if statement is used to execute some code only if a specified condition is true?
a None
b None
c False
d None
e True
f None
Q9: The external JavaScript file must contain the <script> tag.?
a None
b None
c None
d False
e True
f None
Q10: Which of the following key combinations allows to terminate the current process in
Linux shell??
a Ctrl + A
b Ctrl + Z
c Ctrl + L
d None
e None
f Ctrl + C
a None
b None
d The Ping of Death is an occurrence when sending packets are reassembled, are too
large for the system to understand.
e None
a <title>
b None
c <start>
d None
e <meta>
f <head>
d There is no need to write a dollar sign ($) before a constant, where as in Variable
one has to write a dollar sign.
e None of the mentioned
f Constants cannot be defined by simple assignment, they may only be defined using
the define() function.
d None
f None