Buy Questpond's video subscriptions on
huge discount
.
Online: 1403
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
Waht is the output of below ?
DECLARE @Date DATETIME = '2015/07/01 10:23AM'
SELECT FORMAT(@Date, 'tt', 'en-US')
Posted by
Bandi
on 6/30/2015 | Category:
Sql Server Interview questions
| Views: 2326 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
10:23AM
AM
10:23:00AM
10:23:00.000AM
All Above
The 'tt' custom date and time format specifier represents the entire AM/PM designator.
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Which of the followinf is NOT VALID for TRUNCATE T ...
Next > :
Which of the following statements will return a di ...
Comments or Responses
Login to post response
More Interview Questions by Bandi
Which of the following statements will return a different value?
Which of the following column definition will allow you to create a UN ...
which of the follwoing statement is NOT VALID in CREATE TABLE ?
In SQL server 2000, how many maximum number of parameters can a stored ...
Which of the following details are not stored in sysobjects system tab ...
In SQL Server 2000, Which of the following statement is NOT Valid abou ...
Which of the follwoing is VALID statement for defining computed column ...
What is the output of ? SELECT STR(1024.58, 6, 1)
Latest Interview Questions
You have two tables in your database namely, currentStock and previous ...
A user-defined function must have
You need to ensure that if a row in a parent table is deleted, it must ...
What are HttpHandlers and HttpModules in ASP.NET?
Which one of the following is used to obtain performance information a ...
Which of the following is the fastest way to concat strings in ASP.NET ...
____________ is the Microsoft IIS server running , handling ASP.NET re ...
Which of the following object encapsulates the state of client and the ...
More ...