Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the advantages of stored procedures, triggers, indexes in php?



What are the advantages of stored procedures, triggers, indexes in php?..

Answer / Shreyansh Verma

Stored Procedures, Triggers, and Indexes offer several benefits when working with PHP and a database. Here's a brief overview:nn- Stored Procedures: They help to encapsulate SQL logic, making the code more reusable, efficient, and easier to manage.n- Triggers: Automate actions based on specific events within the database, such as inserting, updating, or deleting records.n- Indexes: Improve the performance of queries by allowing faster access to data.n`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

When do you use define() and when do you use const. What are the main differences between those two?

1 Answers  


What is the meaning of a persistent cookie?

1 Answers  


Why triggers are used in mysql?

1 Answers  


What is the use of mysql_fetch_array in php?

1 Answers  


How can you count number of parameters given in a URL by POST method?

5 Answers  


What are the methods of array in java?

1 Answers  


How to use http headers inside php?

1 Answers  


Are there regular expressions in php?

1 Answers  


Explain me soundex() and metaphone()?

1 Answers  


What is php.ini & .htacess file?

1 Answers  


What are escaping characters?

1 Answers  


What is env in laravel?

1 Answers  


Categories