While executing SQL query, most important aspect to consider is performance. So how you achieve a good performance from database queries. Let us take the...
As discussed in the Introdution Of Unix ,a simple description of the UNIX system, is this:“On a UNIX system, everything is a file; if something is not...
While working with SQL, one of the question which often creates confusion is whether to use where or having clause.Though it appears that both clauses...
Select statement is a DML (Data Manipulation Language) statement.The SELECT statement is an SQL statement that specifies which rows and columns to fetch from one...