|
DDL, DML, DCL, TCL Commands
DDL
Data Definition Language (DDL) statements are used to define the database structure or schema
|
Truncate, Delete & DROP
Truncate & Delete
1 The DELETE command is used to remove rows from a table. A WHERE clause ca
|
Operators
Operator Description = &
|
How to get value from readonly textbox
I have a situation where user is selecting a date from calendar and With javascript I am entering th
|
Menus not working in Safari and Chrome
The reason for the issue is the rendering way of browsers. To solve these issues in the website you
|
Getting 'Thread was being aborted'
Some time we use Response.End, Response.Redirect or Server.Transfer, a error generated "Thread was b
|
Working with date time in sql server
It is common to handle the date time in sql server. Common scenario where date time is used are :
|