
SQL – The Definitive Guide
Lets go through the high level background of traditional SQL which will be used by the majority of database providers. What is SQL ? SQL (Structured Query Language) is an industry standard language for Relational Databases like Oracle, MySQL, Ms SQL server, Sybase,...

Oracle SQL – A Beginners Guide
Oracle SQL accomodates simple, classic, robust architecture for accessing, defining and maintaining data. What is Oracle SQL? Oracle SQL (Structured Query Language) is the combination of statements with all programs and users access data in an Oracle database....

Signs of Facebook Addiction, Symptoms and Impact
Most of us spend a great deal of time on the web, particularly on social networking platforms like Twitter, Facebook and Instagram. For most of us out of all social networking sites, it’s likely that a more significant proportion of time spent on our Facebook account...

JavaScript Substring() Method in Simple Words
JavaScript substring() method retrieves the characters between two indexes and returns a new substring. substring method doesn't replace the original string. What is Javascript substring method? JavaScript substring() method retrieves the characters between two...

What are Cron Jobs?
Cron is an utility which enables unix-like users to schedule and execute scripts or commands at a specified time and date. Cron is derived from greek word Chronos which means "Time". These cron jobs can be apt for scheduling repetitive tasks like clean up of temporary...

JavaScript Split String Method | Learn Javascript Split(). string method
JavaScript split string method splits a string object to an array of strings. This is by breaking up the string into substrings. Wondering how to split the string in javaScript? Here are the split js string methods, you’ll learn about in this post. Moreover, JS split...