January 27, 2019 at 11:24 pm
can some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.
January 28, 2019 at 12:25 am
deep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.
Yes you can can.
Ask your queries or you can reach me at vgmg at gmail.com
Best Regards,Vineet Goyalvgmg07@gmail.com
January 28, 2019 at 12:26 am
deep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.
Take a look at the Stairways series on this site, in particular those related to T-SQL by Gregory Larson, they are a good learning source and may be what you need to get going.
...
January 28, 2019 at 1:14 am
HappyGeek - Monday, January 28, 2019 12:26 AMdeep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.Take a look at the Stairways series on this site, in particular those related to T-SQL by Gregory Larson, they are a good learning source and may be what you need to get going.
+ Install SQL server your machine and write basic T-SQL and work on sample databases.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
January 28, 2019 at 5:27 am
deep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.
The examples for a basics interview are pretty simple so that you should be able to fill them in yourself.
Here's a table. Give me this set of columns where one of the columns matches a particular value
Here's a set of tables and their definitions. Give me a particular set of columns across these tables, joining them together appropriately, and filter the results by a value.
From this set of tables, aggregate some data to show the maximum and minimum and then filter that aggregated data.
If you can answer those questions, you've got the basics of T-SQL down. You don't need us to provide the questions. I suspect what you're really after here is canned answers. Those I don't provide. They help no one in the long term.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 28, 2019 at 9:03 am
Grant Fritchey - Monday, January 28, 2019 5:27 AMdeep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.The examples for a basics interview are pretty simple so that you should be able to fill them in yourself.
Here's a table. Give me this set of columns where one of the columns matches a particular value
Here's a set of tables and their definitions. Give me a particular set of columns across these tables, joining them together appropriately, and filter the results by a value.
From this set of tables, aggregate some data to show the maximum and minimum and then filter that aggregated data.If you can answer those questions, you've got the basics of T-SQL down. You don't need us to provide the questions. I suspect what you're really after here is canned answers. Those I don't provide. They help no one in the long term.
Hi Grant
thank you for the reply. I am surprised and you know what i read your performance tuning book which is really good They are pretty straight forward & easy understanding.
Coming to my post i know the basics of TSQL i am not looking for answers but kind of some complex tasks so i can try solving those by myself so i can learn deep like a developer. just like assignments.
Basically i am DBA its been long writing queries except for DBA routine tasks.
January 28, 2019 at 9:15 am
Glad to hear the book was useful. Thank you!
In that case, hit the stairways series, especially the more advanced topics. They'll give you lots to work on. Or, build an app yourself. That's how I do most of my own learning, build a database, write a query, get it wrong, do it again til I get it right.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 28, 2019 at 10:17 am
deep1 - Sunday, January 27, 2019 11:24 PMcan some one help me learn by asking some questions on query building basically tasks. also it would help me crack development interviews.
last time i attended an interview i totally failed as the guy asked me write several tsql queries by asking some examples.
What were those examples he asked you that you got right and that you got wrong? That will help us figure out what level you're at so we can make a recommendation.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2019 at 11:23 am
Here is a page with 500+ T-SQL puzzles that could help. https://msbiskills.com/tsql-puzzles-asked-in-interview-over-the-years/
You could also try to solve problems from the forums which are more focused on real world problems. You could then compare your solution to other solutions posted.
January 28, 2019 at 1:34 pm
Grant Fritchey - Monday, January 28, 2019 9:15 AMGlad to hear the book was useful. Thank you!In that case, hit the stairways series, especially the more advanced topics. They'll give you lots to work on. Or, build an app yourself. That's how I do most of my own learning, build a database, write a query, get it wrong, do it again til I get it right.
And then get folks here to critique your design. Careful with cursors, though... that's a weapon of last resort!
January 28, 2019 at 10:24 pm
Luis Cazares - Monday, January 28, 2019 11:23 AMHere is a page with 500+ T-SQL puzzles that could help. https://msbiskills.com/tsql-puzzles-asked-in-interview-over-the-years/
You could also try to solve problems from the forums which are more focused on real world problems. You could then compare your solution to other solutions posted.
Thank you
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply