Build an SQL Reference Object - Build an SQL Reference Object

Tell us what’s happening:

You’re getting the hang of it :grinning_face_with_smiling_eyes: The process is to create a branch, make the changes you want, commit them, and then merge the changes into branch you started on. Pretty simple, lets keep going. Create and checkout a new branch named feat/add-column-references

  1. You can create and checkout a branch with git checkout -b branch_name

  2. Type git checkout -b feat/add-column-references into the terminal and press enter
    camper: /project$ git branch

  • feat/add-column-references
    master

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build an SQL Reference Object - Build an SQL Reference Object

i created and am in the branch but the test is failing

post a screenshot because we can’t help with this information only

its ok i was in the wrong folder