Posts
Showing posts with the label SQL
Show all
SQL Interview Questions
SQL
-
Friday, January 24, 2020
SQL Interview Questions In this article, I will share my SQL interview experience with questions and Answers. 1. How to find…
How to load @Html.DropDownListFor using ASP.NET MVC ViewBag
ASP.NET MVC
-
Friday, May 24, 2019
Namespaces You will need to import the following namespaces. using System.Configuration; using System.Data.SqlClient; us…
How to rename column using SQL query
SQL
-
Friday, May 24, 2019
sp_RENAME 'TableName.ColumnName' , 'NewColumnName', 'COLUMN'