
Search In
The following article captures the difference between truncate and delete.
1) Rollback Possibility:
It is possible rollback a DELETE operation but not a TRUNCATE operation.
2) Impact on Identity
TRUNCATE resets identity of a table but DELET
The HTTP response consists of the status line, which is the first line of the response to the request and it contains a code along with a human readable phrase. The code is intended to be used by the user agent or the software agent for handling t
Test Plan
It is a document prepared by managers or leads which consists of all the activities related to testing, once the requirements are given the managers and lead study the requirements and prepare the test plan.
The test plan is followed by al
Jquery animate() method is used to animate any element in the web page. It allow us to create custom animations.The syntax for this:
$(selector).animate({params},speed,callback);
The parameters of animate() mehod are:
The params parameter defines th
Metadata can be described as data about data here the metadata of an image we will fetch by using code in IOS9 . Metadata of an image includes resolution,gps location,creation date,modification date etc. here we will discuss a very simple way to find
Programmer Experts,
I'm embarking on an interesting project to gain work experience in php. Just stuck on one thing and wondering if you can help.
You probably used Team Viewer. This is where I create a Team Viewer session and get a uni
Animation is generally used to make user interface more attractive and pleasant.
In android, we can have the animation from many ways.
We call a static function loadAnimation() of the class AnimationUtils. to perform animation in android.
An
To create a tableView in swift please follow following steps:
Step 1: Add a tableView in viewController.
Step 2: set the dataSource and delegate
Step 3: Create a prototype cell
Step 4: Change the class of prototypecell to "TableViewCell"
S
Testing of a Web- Based application:-
A Web-based application is any computer program which is accessed over a network connection using HTTP, It is created in any web browser's supported language.Web-based applications also may be client-based, wher
all_of function is used to test condition on all the elements in a range[first,last),
it will return true if the test condition is true for each and every element in the range or if the range is empty, else it will return false.
Function Prototype
