The hard part of hiring a single SQL intern is not finding applicants. It is writing a brief specific enough that the right applicants recognise themselves in it.
Adding "Developer" changes the brief from understanding a system to building in it. A developer intern needs a repository, a ticket and a reviewer from week one; without those three they spend the term reading documentation and produce nothing you can keep.
Worth separating from SQL Developer Internship: same skills, different commitment. SQL Developer Intern is a hire you scope around one deliverable, whereas sql developer internship is framed as a programme with a mentor and a fixed duration. Pick the framing that matches what you can actually offer, because candidates read the difference.
Below: the skills worth testing, the work a student can genuinely finish in a term, 2026 stipend bands, and questions that have a wrong answer. Posting is free and takes about two minutes.
What a single SQL intern actually does in the first 90 days
Each of these is work a team member would otherwise do. That is the test of a good intern brief: real work already on someone's list, not a project invented to keep the intern busy.
- Ship one reviewed, merged change that goes to production during the term
- Rewrite the three slowest queries and record the before-and-after timings
- Add the indexes the slow query log has been asking for
- Write the reusable views the analysts keep re-deriving
SQL skills worth screening for
Screen on the first three. The rest are teachable inside a term, and treating them as entry requirements shrinks your pool for no gain.
- 1Reading an existing codebase before changing it
- 2Joins including anti-joins and self-joins
- 3Window functions
- 4CTEs and readable query structure
- 5Indexes and what makes a query slow
- 6Aggregation and grouping traps
- 7Transactions and isolation basics
- 8Reading an execution plan
The tools column is where CV inflation happens. Pick two and ask what went wrong the last time they used them; the answer is unfakeable.
Screening questions for sql developer intern
These separate practice from theory. Ask two, listen for a specific example, then follow the example rather than moving to the next question.
Show me something you built and tell me what you would do differently now.
What a good answer shows: Self-critique, which predicts how they will take code review
A query got slow last month with no code change. What happened?
What a good answer shows: Data growth, plan change, missing index — evidence of real debugging
What is the difference between WHERE and HAVING?
What a good answer shows: Basic literacy check
How do you find which query is hurting the database?
What a good answer shows: Slow query log or pg_stat_statements
Score every candidate on the same questions. Comparing free-form conversations across a shortlist is where inconsistency, and bias, get in.
Where the SQL candidates come from
MyInternships.in carries a verified, India-wide pool of students and fresh graduates — from IITs, NITs, BITS, IIMs and Symbiosis through to strong regional engineering and commerce colleges. Profiles carry skill tags, so you can filter on PostgreSQL or MySQL and SQL Server rather than reading résumés.
- Skill tags — filter directly on PostgreSQL or MySQL, SQL Server, DBeaver or DataGrip and the rest of the SQL stack
- Portfolio and project evidence attached to the profile, rather than a résumé alone
- Prior sql exposure — coursework, personal projects or a previous internship
- Availability window and notice, so a six-month role does not shortlist a six-week candidate
- Institute tier, if a specific campus cohort matters for this role
Skill tags come from the candidate’s own projects and verified profile, so filtering on PostgreSQL or MySQL or SQL Server returns people who have used them rather than people who listed them.
What to pay a single SQL intern in 2026
₹12,500–₹31,500 a month is the band we see for this role across India. The spread is mostly city and company stage, not candidate quality.
It filters for who can afford to work free, not who is good. It also roughly halves your applications, and removes most of the candidates who had a second option.
Bengaluru, Hyderabad, Pune, Mumbai, Gurugram and Noida sit at the top of the band. Tier-2 cities typically run 25–40% lower for the same skills and the same output.
The stipend calculator on this site uses live listing data for this role and city. A band chosen from memory is usually a year out of date, always in the same direction.
Six-month commitments generally command more per month than six-week ones, because the candidate is giving up other options. Price the commitment, not just the hours.
Getting one SQL intern to actually produce something
The difference between an intern who ships and one who does not is almost never talent. It is whether the work was ready on their first day and whether someone read it on their second week.
Laptop, accounts, repository or dataset access, and a task small enough to finish in two days. Interns who spend week one waiting for access rarely recover the momentum.
Read their work in the first week, not the fourth. Early correction on a small piece of SQL work is cheap; late correction on a term’s work is not.
Someone who wants the output and will complain if it is wrong. Work with no audience is the fastest route to a disengaged intern.
Write down what a successful term would produce. Otherwise the end-of-term assessment becomes a memory of impressions, and that helps nobody.
How to post sql developer intern on MyInternships.in
You do not need a prepared job description. Answer a few questions in the chat and the assistant drafts the listing, title and skill tags for you.
One sentence is enough to start. Mention PostgreSQL or MySQL and the duration, and the assistant will ask what it still needs.
Title, description, responsibilities and SQL skill tags are drafted for you, then shown as a preview of the published page before anything goes live.
One-time company verification protects the pool from fake listings, which is why response rates here hold up on roles that would be ignored elsewhere.
Usually within a couple of hours. Shortlist using the screening questions above, or let the AI matcher rank the pool against your brief.
Free plan: one listing, live after verification. Starter ₹499: five listings a month, published instantly, full applicant contact and résumé access. Growth ₹999: fifteen listings with AI candidate matching.
Mistakes that cost you the good SQL candidates
None of these are hypothetical. They are the patterns behind listings that get plenty of applications and no hires.
A SQL listing with fourteen required tools reads as a company that does not know what it needs. Strong candidates self-select out; the ones who apply anyway have inflated their CVs to match.
Developer framing draws builders. Give them something to build in week one — a developer brief with no ticket attached loses the strongest applicants inside a month.
Every serious candidate asks whether this can become full-time. Decide before the first interview; improvising the answer signals that nobody has thought about them past the term.
An intern who spends week one waiting for a laptop and accounts rarely recovers the momentum. Prepare day one before you make the offer.
SQL Developer Intern — frequently asked questions
How much SQL experience should we expect?+
None professionally, and that is the point. What you should expect is evidence: something built, run or fixed involving PostgreSQL or MySQL or SQL Server, that they can talk about in depth. Screen on reading an existing codebase before changing it and joins including anti-joins and self-joins; treat everything else on the list as trainable during the term.
What can sql developer intern realistically deliver?+
Ship one reviewed, merged change that goes to production during the term. That is sized for eight to twelve weeks of supervised work by someone with the fundamentals and no production experience. A second, smaller piece — rewrite the three slowest queries and record the before-and-after timings — usually fits alongside it. Anything requiring independent production judgement should stay with the reviewer.
Is ₹12,500 a month enough for sql developer intern?+
It is the bottom of the working band, and appropriate for a smaller city or a shorter commitment. In Bengaluru, Hyderabad, Pune, Mumbai or the NCR, expect to be closer to ₹31,500 for the same skills — you are competing with every other employer for the same few candidates. Decide where in the ₹12,500–₹31,500 band you sit before the first interview rather than during the offer call.
Can we screen sql developer intern without a technical interviewer?+
For a first pass, yes. Ask "A query got slow last month with no code change. What happened?" and judge whether the answer is specific and consistent — you are checking for data growth, plan change, missing index — evidence of real debugging, which does not require you to know the subject. A SQL practitioner should still take the second round, because at that point you are assessing depth rather than authenticity.
What does it cost us in time to supervise one SQL intern?+
Realistically two to four hours a week of a competent person: a longer session early on, then short daily availability and a weekly review. Below that, the intern stalls and produces nothing you can use. Above it, you are doing the work yourself. That time is the true cost of the hire, and it is what the stipend line in your budget does not show.
Is a developer intern different from a general intern in this skill?+
Yes, and the difference is what you must provide rather than what they must have. A developer brief promises build work, so it needs repository access, a real ticket and a named reviewer from day one. If those are not ready, hire against the general brief instead — a developer intern with nothing to build leaves inside a month, and usually tells their campus why.
Is posting sql developer intern on MyInternships.in free?+
Yes. One listing is free and goes live after a quick company verification, usually inside two working days. Paid plans start at ₹499 for five postings a month, publish instantly with no review wait, and unlock every applicant's résumé and contact details. Both routes reach the same candidate pool.
Should the listing state the duration and start date?+
Always. Students plan around semester dates, and a listing without a start date and duration is filtered out by exactly the organised candidates you want. For SQL roles, stating "three months, starting June" typically produces more applications than an open-ended listing at a higher stipend.
Related roles employers hire alongside sql developer intern
Tools and pages for your hiring
Hire sql developer intern — post in about two minutes
Answer a few questions and our AI writes the description, suggests the title and tags the SQL skills. Your company is verified, the listing goes live, and applications start arriving.
