Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.33 KB

Taller Technologies Challenge

Taller Technologies Challenge for Internal Interview

Description

  • C# (01 - Sum of Two)
    • A CSharp Console app with his related Unit Tests
  • SQL (02 - SQL Script Database Folder)
    • This needs to be executed in order from 01 to 07 where is:
      • 01 - DataBase Creation ()
      • 02 - Table Persons Schema Creation
      • 03 - Table Orders Schema Creation
      • 04 - Table OrderDetails Schema Creation
      • 05 - Index Creation
      • 06 - Insertion for Initial Data (Bootstraping)
      • 07 - Query to Get the date Requested in the email for the interview

Getting Started

Dependencies

  • SQL Server 2019 +
  • .NET Core 5.00 +

Installing

  • This challenge hasn't installation (sorry)

Executing program

  • Clone this repository and run separately

Important: SQL Scripts need to be run on local or remote Microsoft SQL Server Instance

Authors

Alfredo Severo @portal7

Version History

License

No Licence

Acknowledgments

Readme Base for the Readme boostrap. * A simple README.md template * [DomPizzie]