Skip to content
  • There are no suggestions because the search field is empty.

Upload custom databases and tables

Using and managing custom files and databases in SQL

If you want to use a custom JSON, CSV, SQL table, or any other file across your custom challenges or interview questions, you'll first need to upload a custom file. 

Upload a file

Navigate to Custom library and then Files.

files

Click Upload File and select the corresponding file type or Other.

All files have a file limit of 10 MB and will be prefixed with your organization's name.

 

Add a file to your challenge or interview question

Example MySQL file

Here is an example file for the format we accept for custom MySQL tables.

Example MSSQL file

Here is an example file for the format we accept for custom Microsoft SQL tables.

Example PostgreSQL file

Here is an example file for the format we accept for custom PostgreSQL tables.

Uploading custom files

Aside from .sql files, we also allow you to upload arbitrary files that can later be used in your custom challenges or live interviews. Simply copy the custom file URL and paste it into the instructions or IDE, then your candidates can download the data stored in that file.

 

Executing on the table in an interview

During the interview, you'll be able to use any custom SQL tables you uploaded.

Screen Shot 2021-05-28 at 4.56.18 PM

 

Looking to upload other files?

Learn more here on how to upload and use custom .mp3, .mp4, .mov, or any other file in your custom challenges or interview questions