SUM() function in SQL Server
Sum():- This function is used to get the sum of values of the specified numeric column. Syntax:- Select Sum (column_name) […]
Sum():- This function is used to get the sum of values of the specified numeric column. Syntax:- Select Sum (column_name) […]
Round():-This function is used to round a numeric field to the number of decimals specified. Syntax:- ROUND ( numeric_expression
Except command in SQL Server returns the distinct values from the left query that are not also found on the
Like:- This operator is used in a WHERE clause to search for a specific pattern in the values of the
1. All the tables in the database have properly defined relationship using primary keys and foreign keys . 2. Indexes
This function is used to returns distinct values that are returned by both the query on the left and right
Suppose we need to find out the name of all the months in a given year (Year will be given
Question:- How many NULL value allowed in a column in which Unique constraint is defined in SQL Server? Options:- a) 1
Holi is the time to unwind de-stress and bond with sweets,Thandai and colours.Come let’s rejuvenate by immersing ourselves in the
Question:- Suppose there are two tables A and B and we need to write 3 SQL queries which returns the record
Question :- In which database temporary tables are created in SQL Server? 1) User database (where temporary table are defined)
Question :- Suppose we have to design a database in which employees can work on multiple projects.There are many designation
Answer -Question of the Week – 2/1/2014 – Question 1 Read Post »
Question:- Which table is called Heap table in SQL Server. 1) Table without any indexes 2) Table without any
Answer – Objective Question (Which table is called Heap table in SQL Server) Read Post »
Question :- Suppose we have to design a database in which employees can work on multiple projects.There are many designation
Question :- How many non clustered indexes are possible in a table in SQL Server 2008R2 1) 1 2) 249