microsoft / microsoft/sql-server-samples
EscolaDB
Open
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 11.2k
- Forks
- 9.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
Alunos (
IdAluno INT PRIMARY KEY IDENTITY(1,1),
Nome VARCHAR(100),
Idade INT,
Cidade VARCHAR(50)
);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue body only contains an Alunos table definition; no repository file, test, entry point, requested change, or completion criteria is provided. First locate any existing EscolaDB sample or SQL schema conventions in the repository, then clarify the intended addition and validation before starting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100