What is normalization ? Normalization is a method to seperate data into multiple tables and relate these multiple tables. Some benefits of normalized database : […]
Calculated or computed column in SQL Calculated or Computed column in table uses expression which uses constant and other columns in table. This column is […]