#LATEST SQL INTERVIEW QUESTIONS, #MS SQL SERVER SQL Server 2017 Interview Questions with Answers Here we come with latest SQL Server interview questions which is related to latest SQL Server 2017 thats why all questions are also latest if you are 23:15 Share
#SQL INTERVIEW What do you understand by "sql_variant" datatype in SQL Server? sql_variant is a datatype in SQL server,a column of type sql_variant may contain rows of different data types. For example, a column defined as sql_v 02:02 Share
#LATEST SQL INTERVIEW QUESTIONS, #SQL 2017 INTERVIEW 100+ SQL Latest Interview Questions Answers 2017 Click here for 100+ SQL Query Example with Answers, and screen shots.. We weekly post latest query for puzzle you and prepare you for your interview.. 17:05 Share
#SQL INTERVIEW, #SQL SERVER INTERVIEW QUESTIONS How to split a comma-separated value to columns| SQL Server Interview Question Q. How to split a comma-separated value to columns. Ex('First,Second,Third') Output should be as below Ans: First Solution (it is very complex 23:20 6 Share
#SQL INTERVIEW, #SQL SERVER INTERVIEW QUESTIONS Can we use RAND() Function in User Defined Function (UDF) in SQL Server? Interview Question asked in SQL Server Dev. Interview Wipro Gurgaon. Can we use RAND() Function in User Defined Function (UDF) in SQL Server? Ans: No, 07:18 Share
#MS SQL SERVER, #SQL INTERVIEW Database dot dot TableName represent what in SQL Server? Interview Question I think you are use to Database. dbo .Tablename, am I right, Have you ever use double dot after database name followed by table name? If not then what 23:12 Share
#MS SQL SERVER, #SQL INTERVIEW What is Self Join in SQL Server : Interview Question with Example SQL Self Join : The SELF JOIN is used to join a table to itself as if the table were two tables, temporarily renaming at least one table in the SQL st 02:34 Share
#MS SQL SERVER, #SQL INTERVIEW Print 1 to 10 Using While Loop in SQL Server : Interview Question Write down the T-SQL Script to print then number from 1 to 10? Ans: declare @i int ; set @i = 1 ; while ( @i <= 10 ) Begin print ( @i ); set @i = @i + 1 ; end Outpu 02:21 Share
#MS SQL SERVER, #SQL INTERVIEW Can you drop the database currently you working on? SQL Server Interview questions Can you drop the database currently you using/working, in same session? Ans: No Lets see: Here we are going to try to drop the database with name " 02:14 Share
#MS SQL SERVER, #SQL INTERVIEW How to Insert Same Records Multiple Time in SQL Server Without Using any While Loop Write a query to insert your name 1000 times without Using While Loop in SQL Server? Ans: I will use Go statement post-fix with no of record want to in 21:13 Share
#MS SQL SERVER, #SQL INTERVIEW TOP 14 SQL SERVER PERFORMANCE TUNING INTERVIEW QUESTIONS PDF FOR EXPERIENCED SQL SERVER PERFORMANCE TUNING INTERVIEW QUESTIONS PDF FOR EXPERIENCED 1). What is SQL Profiler? Ans: Microsoft SQL Server Profiler is a rich graphical 00:18 4 Share
#MS SQL SERVER, #SQL INTERVIEW What are magic table in SQL Server? Magic tables are nothing but the logical tables maintained by SQL server internally. There are two types of Magic tables available in SQL server Inser 00:01 1 Share
#SQL INTERVIEW, #SQL INTERVIEW QUERY How to get the list of tables changed with in the database in last 5 days? Write SQL Query, Interview Question SELECT name , create_date , modify_date FROM sys . objects WHERE modify_date >= GETDATE ()- 5 and type = 'U' (this query will list out all table which ha 20:13 Share
#SQL INTERVIEW, #SQL SERVER Sql tricky Interview Question : How you will select a column that contain square brackets[]? Tricky Interview questions: Question: If you have a column with square brackets like below one, how you will select it in SQL query? Answers: for this 22:07 1 Share
#SQL INTERVIEW, #SQL INTERVIEW QUERY How to Convert HTML Table in SQL Table using TSQL DECLARE @Xml xml set @Xml = '<tr> <td>Vikas Ahlawat</td> <td>MCA</td> 01:08 Share
#MS SQL SERVER, #SQL INTERVIEW SQL SERVER QUIZZES TEST/PDF FOR FRESHERE | VERY BASIC - SET 1 Here we come with Sql server quiz for fresher only, who are very new to sql server, can try there knowledge. Here are top 15 questions with answers, 21:04 Share
#MS SQL SERVER, #SQL INTERVIEW TRICKY SQL INTERVIEW QUERIES QUESTIONS ANSWERS FOR EXPERIENCED SQL DEVELOPERS Hey guys, I am writing this post after many days, after many comment by SQL Guys, Every one want to see new post related to SQL Interview questions, 20:38 7 Share
#INTERVIEW QUESTIONS, #MS SQL SERVER SQL SERVER VERY BASIC INTERVIEW QUESTIONS FOR FRESHER SQL SERVER INTERVIEW QUESTIONS WITH ANSWERS FOR FRESHER (for below 1 years experience) 1). What is SQL? Ans: SQL (Structured Query Language) is used 21:53 Share
#MS SQL SERVER, #SQL INTERVIEW TOP 10 SQL SERVER CONSTRAINTS RELATED INTERVIEW QUESTIONS Hey developers, this time I come with most important SQL Server topic, that is known as SQL Server Constraints. If you are going to attend SQL Server 07:58 2 Share