Kamis, 09 Mei 2013 database SQL and database tutorial examples Sybase and SQL Server Migrating SQL Query from Oracle to SQL Server 2008 or Sybase Oracle and Microsoft SQL Server are very different than each other and if you are migrating SQL queries or database, tables from Oracle 11g ...
Sabtu, 29 Desember 2012 database mysql SQL Sybase and SQL Server Difference between Primary key vs Foreign key in table – SQL database tutorial Main difference between Primary key and Foreign key in a table is that, it’s the same column which behaves as primary key in parent table an...
Rabu, 26 Desember 2012 database mysql SQL Sybase and SQL Server SQL query to add, modify and drop column in table with default value NOT NULL constraint – MySQL database How to add column in existing table with default value is another popular SQL interview question asked for Junior level programming job int...
Selasa, 25 Desember 2012 database mysql SQL Sybase and SQL Server How to create auto incremented identity column in SQL Server, MySQL, Sybase and Oracle ? Automatic incremented ID, Sequence or Identity columns are those columns in any table whose value is automatically incremented by database b...
Senin, 24 Desember 2012 database SQL Sybase and SQL Server Sybase and SQL Server PATINDEX CHARINDEX Example to split String in Stored procedure Some time we need to split a long comma separated String in Stored procedure e.g. Sybase or SQL Server stored procedures. Its quite common...