Skip to main content

Join Zurker to become a share holder for free

hey guyz.As u already know that facebook CEO and founder Mark Zukerburg has stolen the idea of facebook from two twin brother in Harvard University in 2001. Later on they complaint and got 65 million dollar in 2007 in 2009 they started a new project (ZURKER) and launched the beta version in Dec 2011. U can join it now and become a share holder of this website. This rocking feature of share is added by them. Totally free, new features than facebook and google+ It will rule the future definitely. Join today and become share holder now from India.. Facebook worth 50 billion today but its users getting 0%. So this new idea is invoked by the twin.
 click thi link

Comments

Popular posts from this blog

Creating package in Oracle Database using Toad For Oracle

What are Packages in Oracle Database A package is  a group   of procedures, functions,  variables   and  SQL statements   created as a single unit. It is used to store together related objects. A package has two parts, Package  Specification  and Package Body.

Resolving 'Setup Account Privileges' error while installing SQL Server

A new installation of Microsoft SQL Server 2012 or Microsoft SQL Server 2008 R2 fails You see the following error message when you try to install a new instance of SQL Server 2012 or SQL Server 2008 R2: Rule "Setup account privileges" failed.

Creating Oracle stored Procedures using TOAD for Oracle

In a database management system, a  stored procedure  is a set of Structured Query Language (SQL) statements with an assigned name that's stored in the database in compiled form so that it can be shared by a number of programs. The use of  stored procedures  can be helpful in controlling  access to data, preserving  data integrity  and  improving  productivity.