Latest in Knowledge Pool SQL
Sql stands for structured query language.
It consists of the DML, DDL, DCL statements. DDL i.e data definition language are used to create objects such as views, tables and procedures, hence the name Data Definition ...Read More
231
4
1.Introduction
Inventory management basically deals with the effectively and efficiently controlling the inventories or the stock by any organization. Now a days, many concepts and techniques are available for ...Read More
1396 5 Nowadays when we see specification of a new smart phone then we usually come across a term HSDPA. HSDPA mean High Speed Downlink Packet Access. HSDPA is actually an enhancement or upgraded version to the 3G technology by which ...Read More
615 5 This article gives you the basic information about the virus basics i.e what all viruses can affect your computer or laptop and how we can avoid them.
First of all lets have a look at:
What is a virus?
A computer ...Read More
462 4 Connected Architecture:
A user or an application is constantly connected to a data source till the time it is operation on data.
i.e. client directly deals with the data present on server without keeping any local copy ...Read More
601 5 Latest Innovations Sensoria is expanding its horizons with three new portals coming up.
TravelTales.sensoria.in
BookReviews.sensoria.in
CampusFashion.sensoria.in
As a matter of regularity, we would be organizing events in Thapar ...
376
0 code to run shell commands either in linux or windows through php 2010-02-21 16:38:16 ravi Completed Projects
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Run shell command through php</title></head><?php$output = shell_exec('dir');echo "<pre>$output</pre>";?><body></body></html> ...
502 5 |