Allow only numeric values in textbox By Mallikarjun A 15:48:00 Add Comment Restrict user to enter numeric value in textbox using javascript <script type="text/javascript"> function checkNu... Read More
Stored Procedures/Procedure By Mallikarjun A 23:14:00 Add Comment Stored Procedures/Procedure: A stored procedure is a database object which contains precompiled queries. Stored Procedures are a block of co... Read More
Interview Questions and queries on Sql Server Joins By Mallikarjun A 23:34:00 Add Comment JOINS IN SQL: Joins are used for retrieving the data from one or more tables at a time. Joins can be classified into the following types. E... Read More
Date and Time Functions in SQL Server By Mallikarjun A 23:31:00 Add Comment These functions perform an operation on a date and time input value and return a string, numeric, or date and time value. GETDATE (): Retu... Read More
Built In Functions(System Functions) IN SQL By Mallikarjun A 23:28:00 Add Comment SQL server provide number of built in functions like mathematical functions, character functions, date and time functions, aggregative fun... Read More
STRUCTURE QUERY LANGUAGE By Mallikarjun A 23:27:00 Add Comment It is a non procedural language which is used to communicate with any database such as Oracle, sqlserver etc. This Language was develope... Read More