// archives

Shefeek Jinnah

This tag is associated with 7 posts

What are back links?

Backlinks enable you to keep track of other pages on the web that link to your posts In the search engine optimization (SEO) world, the number of backlinks is one indication of the popularity or importance of that website or page (though other measures, such as PageRank, are likely to be more important). Outside of [...]

Share

UNion in SQL

Many time we require results from different tables or different queries. We try one after the other and list the result accordingly. There is a better way to do this by using UNION command or query. We can list records of two different tables by combining two sql queries to one. SELECT name,age FROM football [...]

Share

SQL COPY TABLE Command

For backup and other requirements we often have to copy the data of a table or copy the total table structure with data. We can selectively copy the data of a MySQL table to a new table or copy the total data to a new table. We will learn here different techniques here on how [...]

Share

Enter your email address:

Delivered by FeedBurner