PrepAway - Latest Free Exam Questions & Answers

Which one of the following statements allows for variable substitution?

Which one of the following statements allows for variable substitution?

PrepAway - Latest Free Exam Questions & Answers

A.
$sql=qq{SELECT * FROM MyDatabase WHERE state=’$state’};

B.
$sql=q{SELECT * FROM MyDatabase WHERE state=’$state’};

C.
$sql=q{SELECT * FROM MyDatabase WHERE state=$state};

D.
$sql=qq{SELECT * FROM MyDatabase WHERE state=$state};


Leave a Reply