Interview Test Banner Tracking Report

< Back

There are 2 tables in the database "webapp" called: Banner and BannerTracking.

Please create a query that returns:

Banner Name and Banner Link fields and the sum of all impressions and the sum of all clicks between 11/18/2023 and 11/24/2023

Please bind the result to a WebGrid and display this WebGrid below. The WebGrid NuGet package has already been added for your convenience.

Banners :

Name Link Total Clicks Total Impressions
Free Shipping - Left http://localhost 37 261
Gift Certificate http://localhost 35 261
Logo - Left http://localhost 37 638
Phone number - Left http://localhost 32 638
Privacy - Large http://localhost 38 261
Privacy -Small http://localhost 24 377
Satisfaction - Large http://localhost 36 261
Satisfaction -Small http://localhost 25 377
Verisign Seal - Large http://localhost 40 261
Verisign Seal -Small http://localhost 36 377

Banner table

Banner Table Design

BannerTracking table

BannerTracking Table Design

Banner table data

Banner Table Data

BannerTracking table data

BannerTracking Table Data