CSVeda Posts

The Second Normal Form (2NF) is used to establish a relation between the key (simple or composite) attributes and all the non-key attributes of the table. It is in the…

DBMS

HTTP is stateless and web applications need data to be sent across different web forms. As we discussed in earlier post, cookies are a way to store data on a…

PHP Web Development

A relation is said to be in a particular normal form when it follows certain set of rules. So is the case with 1NF. A data table is said to…

DBMS

Flask Programming And Development Projects

Inference rule is a type of assertion which is applied in DBMS to derive new functional dependencies from already existing functional dependencies. William Armstrong developed these axioms in 1974. Hence…

DBMS

Cookies stay in a user’s system unless they expire or are removed by the server which has transmitted them in the first place. In PHP, removing cookies process can be…

PHP Web Development

Functional Dependency (FD) is a DBMS Concept which arises due to the inter dependency between the attributes (columns) of a relation (table). As a result, Functional Dependency forms the basis…

DBMS

Reading cookies in a PHP script is a simple process. In the last post we discussed that a cookie can be set by manipulating HTML header or using setcookie() PHP…

PHP Web Development

Latest Technologies

In the world of websites and web based applications a cookie is a packet of user specific information sent from the server to the client machine. This information is transferred…

PHP Web Development