HomePosts tagged โ€œSQLโ€

SQL

Showing 1 - 6 of 6 results
When we want to specify a alias for a column in SQL Query , we tend to use the double...
You can create a Database Backup in SQL Server easily by using the SQL Scripts. Just specify the BACKUP DATABASE...
Recently , I had received an query from one of my blog readers asking the question related to SQL and...
Below is a sample code snippet demonstrating how to retreive the max row with the group by in LINQ Query...
TQuery component in Delphi enables your applications to use SQL syntax to access data from the database like paradox,Oracle etc....
Assume that you have a Order table and you want to query the table to retreive the total orders made...