Users Pricing

tag

home / developersection / tag
Cybersecurity: Company claims for Another large-scale cyberattack on the way
cybersecurity 30 May 2017
Cybersecurity: Company claims for Another large-scale cyberattack on the way

Another large-scale, stealthy cyberattack is underway on a scale that could dwarf last week's assault on computers worldwide, a global cybersecurity firm told AFP.

Android apps collecting user’s data secretly by listening to inaudible sound!!!
android 25 May 2017
Android apps collecting user’s data secretly by listening to inaudible sound!!!

Android Users should be selective in downloading about the apps they want to download Researchers say this technique can even be used to de-anonymize Tor users.

SQL Server 2017 CTP 2.0 Now Available
mssql server 17 May 2017
SQL Server 2017 CTP 2.0 Now Available

The next version of formerly known SQL Server, RDBMS is out now as SQL Server 2017 Community Technology Preview 2.0.

Types Of Join in Sql Server
database 17 Jan 2017
Types Of Join in Sql Server

Join is use to combine more than two table to find result as per our need.Join is possible when there is one match in joining table.

Use of DML, DLL and logon trigger in SQL
mssql server 05 Oct 2016
Use of DML, DLL and logon trigger in SQL

In this blog we are explaining about how to create trigger for DML, DDL and logon server.

SQL KEYS IN RDBMS
database 01 Feb 2016
SQL KEYS IN RDBMS

In this article, I want to explain about SQL Keys such as PRIMARY KEY, FOREIGN KEY, COMPOSITE KEY, and UNIQUE KEY AND ALTERNATE KEY.

Working With BLOB(Binary Large Objects)
database 08 Nov 2015
Working With BLOB(Binary Large Objects)

A BLOB is a build-in data type supported by the database implementing SQL 99 alias SQL3 Standards. A BLOB is used to store large binary data ,such as bit images,audios,and multimedia clips as the column value in a database table.

Callable Statement in Java
java 06 Nov 2015
Callable Statement in Java

In Java, CallableStatement is used to call the stored procedures and functions by using an object of the CallableStatement Interface.

Object Relational Mapping
java 20 Oct 2015
Object Relational Mapping

ORM is acronym for Object Relational Mapping, it is a programming technique for converting data between relational database and object

SQLite- TRIGGERS EXAMPLE
sqlite 28 Sep 2015
SQLite- TRIGGERS EXAMPLE

In this article we will see the TRIGGER example that is automatically col on INSERT, DELETE, UPDATE operation, its main purpose is creating a log of any type of operation being on database.

iOS : Creating Sample App Using SQLite Database
iphone 25 Sep 2015
iOS : Creating Sample App Using SQLite Database

In this article we will learn how to create iPhone app using SQLite Database as Back-End.

Use of JOIN clause in SQLite Database
sqlite 22 Sep 2015
Use of JOIN clause in SQLite Database

The SQLite Joins clause is used to combine records from two or more tables in a database. A JOIN is a means for combining fields from two tables by using values common to each.