Deprecated: Function create_function() is deprecated in /home/phototor/domains/phototor.com/public_html/wp-content/plugins/bwp-recaptcha/bwp-recaptcha.php on line 40

Deprecated: Function create_function() is deprecated in /home/phototor/domains/phototor.com/public_html/wp-content/themes/premium-photography/inc/photo-widgets.php on line 3
binding of variables | Suman Tiwari Travellography, Cyber Security & Photography Blog binding of variables – Suman Tiwari Travellography, Cyber Security & Photography Blog

SQL Parameterized Query

This article is all about Sql Parameterized query What is Sql Parameters? Sql parameters are like program method parameters. We pass param to get filtered result.Example:“select * from teacher where name=”+ @name Here @name is parameter. This sql query will return data from teacher table where name will match to the specified value. Why we …