Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What is the use of HAVING Clause in MySQL?

The HAVING clause is used with aggregate functions as the WHERE clause can not be used with them. HAVING Syntax SELECT column_name, aggregate_function(column_name) FROM table_name WHERE column_name operator value GROUP BY column_name HAVING aggrega

Authentication using Encyption and Decryption

  While providing user login in encrypted username and password you need to make sure that the credentials entered will first be encrypted and then matched into the database entries for providing login.   ALTER PROC [dbo].[uspAuthentica

How to present a UIViewController from top to bottom in iOS?

When we present the viewcontroller it slides from bottom to top but, if we want to change the slide position then we have to use the animation for the UIView. By using animation we just change the frames of UIView.  If we want to present the co

5 Less Famous Social Media Platforms You Are Probably Not Utilizing (But You Should!)

Everyone’s familiar with the tried and true social media networks that have dominated the way we receive information and connect with each other. Facebook, Twitter, LinkedIn and Instagram have established themselves as dominant players in the g

Exporting Animation in Maya

Hello creative folks, In this short tutorial I am gonna tell you how to export animation from one file to another in Maya. In a scenario where you have some animation done for one character and want that same animation in another character which is

SQL : How to get Nth record in SQL Table ?

In the following article we will go through a solution to a very common requirement of getting Nth record in a SQL server table. Let us first create a table and add sample data to this table. Col1 in the table is an identity column. CREATE TABLE #Ta

Deploy Local magento to live server

Steps to describe Local magento to live server ?       Copy all of your local files to server     Delete the content of the /var folder     Export magento database from localhost and import it i

Using Singleton Pattern in C#.Net

Singleton pattern is used where we want to enforce that only one instance of the class is created in our program. Here is the small example of Singleton class. public class GlobalServiceManager { private GlobalServiceManager() {

Top 10 Blockchain Development Technology Companies in USA

Blockchain Blockchain is a digital ledger that allows to store data and keep records of the various kinds of kinds of transactions made between users. It operates on a decentralized network and thus there is no central authority ruling over or contr

TEST NEW RELEASE BUG FIXES123456

In their book The Wiki Way: Quick Collaboration on the Web, Ward Cunningham and co-author Bo Leuf described the essence of the Wiki concept:[8][9][page needed] "A wiki invites all users—not just experts&mda

1 134 258
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: