Describe the importance of DABA BASE ABSTRACTION LAYERS in
PHP and database connection?
Answer / vijaya
Database abstraction means using a common db function for
querying. This would be great when you are switching from
one database to another. You won't have to change each and
every database function. Instead of that you can simply
change the database function names in one file. This should
be considerable, if in future you are planning to change the
database. The disadvantage of this is, it will slower down
the performance.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the maximum size of a table in mysql?
Single choice objective PHP question...
How can I prevent sql-injection in php?
What is in php 7?
What is is_null() in php?
What is a PHP accelerator?
What is http get and post?
Is numeric in php?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Explain about PHP filter and why it should be used?
Define metaphone()?
Explain different sorting function in php?