Survey Responses: SSMS SQL query

Hi All,

I"m a beginner in the world of SQL. I've made a basic query to find all our survey responses to the postcode / country question in last FY.

However, the results aren't showing what I'm expecting.

>They don't show any numbers above 3000 (postcodes go up to 9999 in australia) and

>they don't show any countries. 

I've checked that this question is assigned as #1 in the TR_SURVEY_QUESTION TABLE

QUERY:

SELECT * FROM [dbo].[T_SURVEY_RESPONSE] WHERE question_no=1 AND create_dt BETWEEN '2017-07-01' AND '2018-06-30';

SAMPLE OF RESULTS:

We can get this info in T-stats but keen to compare in SSMS.

Thanks for any advice!