5 Deom For FEEZ
5 Deom For FEEZ
c chperm
d chown
e umask
f chmod
Q2: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??
a None
b5
c Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.
d None
e None
f2
a <dl>
b None
c <ol>
d <list>
e <ul>
f 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 return all the records from the employees table and only those that match the
emp_no from the clients table
b None
c return only records that have matching emp_no values in both tables
d None
f return all the records from the clients table and only those that match the emp_no
from the employees table
b None
f None
f To retrieve the value of a constant, you have to simply specify its name.
Q7: What type of function is needed when passing values through a form or an URL??
a None
b htmlspecialchars()
c None
d Both of these
e urlencode()
a None
b None
d None
b Go
c Python
e C++