
Search In
This post describes the major differences between CTE, temp table and table variables.
1) CTE
CTE stands for Common Table expressions. These are simple select queries and they do not create physical space in tempDB. Unlike temporary table there
JNDI DataSource Configuration
This blog is written with the aim to show JNDI DataSource configuration for a web container like tomcat.
JNDI stands for Java Naming and Directory Interface, a directory service provided for java-based client applicati
Using below code I have created a load string array value from string.xml. String is a simple resource using the value provided in the name attribute. So we can combine string resources with other simple resourecs in the xml file. Below code will cle
Hello Friends,
If you are looking to create a custom select box, you can use below HTML and CSS code I have provided.
Below an example of custom select box.
HTML -
<div class="wrapper">
<input id="textfield" type="text" name="" v
Welcome to Findnerd. We are going to discuss PHP filtering today. We all knows version by version PHP introducing new ways of coding and many improvements. PHP has
launched the PHP7. There are many new features added as well as did many improvement.
In my Last Blog (init git) I metioned how to initialize git repository, Now lets see what git init did and also understand where git stores its files to do version control on our project.
On terminal
use the UNIX ls command to list what's in the d
Frame
Frames are HTML tag which divides the browser's window into multiple parts where each part can load a separate HTML document.
<frame> tag specifies each frame within a frameset tag.
A collection of frames in the browser window is known
We have different database vendors out in the market and every vendor has different configuration for using their database. Here in this article we will talk about the getting connection of Oracle database using Jdbc.
For getting connection of Orac
While making request in JSON we have scenarios where we need to show data in list form
{
"Message":"User successfully registered.",
"Status":true,
"data":{
"AccessToken":null,
"Company":"XYZ Technologies",
"DeviceType":"iPh
'No man is an island' the saying goes. The suggestion is that people can't exist alone. I would make the island adage a step advance and contend that nobody can be fruitful/successful alone. Only existing everyday is insufficient. Achieve
