Category: CS Courses

22
Apr
2017

PHP OOP Project

Basic Simple Project By Me: <?php class Employee { var $first; var $last; var $stat; var $uid;…

18
Apr
2017

PHP OOP: Class, Method, Object, Instance, Declare, Echo, Inheritance,Constructor,Access Control,Static!

PHP OOP example described here from edwin’s video: <?php class Car{ var $wheels=4; var $hood=1; var $engine=1;…

09
Mar
2017

Database Interview Questions

  http://jompesh.com/videos/1/1760/lesson-26-database-normalization Theory site: http://www.studytonight.com/dbms/generalization-and-specialization.php Another Resource: http://www.guru99.com/database-normalization.html

05
Mar
2017

SQL Join – Interview Clear

http://www.sql-join.com/sql-join-types/ In below:  The relationship between the two tables is specified by the customer_id key, which is…

05
Mar
2017

SQL Join – Interview Clear

http://www.sql-join.com/sql-join-types/ In below:  The relationship between the two tables is specified by the customer_id key, which is…

05
Mar
2017

SQL Join – Interview Clear

http://www.sql-join.com/sql-join-types/ In below:  The relationship between the two tables is specified by the customer_id key, which is…