filmov
tv
SQL Interview Questions and answers Part 47 |SQL Scenario based Interview Question and Answer

Показать описание
Do Like 👍👍, Comment & Subscribe
SQL Interview Questions and answers :
Problem Statement :- For the 2021 academic year, students have appeared in the SSC exam. Write a SQL query to calculate the percentage of results using the best of the five rule i.e. You must take the top five grades for each student and calculate the percentage.
-------------------------------------------------------------------------
𝗝𝗼𝗶𝗻 𝗺𝗲 𝗼𝗻 𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:🔥
-------------------------------------------------------------------------
*Instagram :
*Twitter:
-------------------------------------------------------------------------
Table and Insert SQL Script :
-------------------------------------------------------------------------
create table SSC_Exam (
Id int,
English int,
Maths int,
Science int,
Geography int,
History int,
Sanskrit int)
Insert into SSC_Exam Values (1,85,99,92,86,86,99)
Insert into SSC_Exam Values (2,81,82,83,86,95,96)
Insert into SSC_Exam Values (3,76,55,76,76,56,76)
Insert into SSC_Exam Values (4,84,84,84,84,84,84)
Insert into SSC_Exam Values (5,83,99,45,88,75,90)
#SQL #SQLInterviewQuestionsandanswers #sqlInterviewQuestions #sqlInterviewQuestionsForTesting
SQL Interview Questions and answers :
Problem Statement :- For the 2021 academic year, students have appeared in the SSC exam. Write a SQL query to calculate the percentage of results using the best of the five rule i.e. You must take the top five grades for each student and calculate the percentage.
-------------------------------------------------------------------------
𝗝𝗼𝗶𝗻 𝗺𝗲 𝗼𝗻 𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:🔥
-------------------------------------------------------------------------
*Instagram :
*Twitter:
-------------------------------------------------------------------------
Table and Insert SQL Script :
-------------------------------------------------------------------------
create table SSC_Exam (
Id int,
English int,
Maths int,
Science int,
Geography int,
History int,
Sanskrit int)
Insert into SSC_Exam Values (1,85,99,92,86,86,99)
Insert into SSC_Exam Values (2,81,82,83,86,95,96)
Insert into SSC_Exam Values (3,76,55,76,76,56,76)
Insert into SSC_Exam Values (4,84,84,84,84,84,84)
Insert into SSC_Exam Values (5,83,99,45,88,75,90)
#SQL #SQLInterviewQuestionsandanswers #sqlInterviewQuestions #sqlInterviewQuestionsForTesting
TOP 23 SQL INTERVIEW QUESTIONS & ANSWERS! (SQL Interview Tips + How to PASS an SQL interview!)
Top 25 SQL Interview Questions and Answers(The BEST SQL Interview Questions)
Top 65 SQL Interview Questions and Answers | SQL Interview Preparation | SQL Training | Edureka
15 SQL Interview Questions TO GET YOU HIRED in 2025 | SQL Interview Questions & Answers |Intelli...
Top 45 SQL Interview Questions And Answers In 2025 | SQL Interview Questions 2025 | Simplilearn
SQL Server Interview Questions and Answers | SQL Interview Questions
Top 25 SQL Interview Questions And Answers|SQL Support Interview Questions And Answers| Simplilearn
Data Analysis SQL Interview Questions | Running SUM | Who Hit the Sales Target First
Crack SQL Interviews in 50 Questions | LeetCode SQL 50 Series (Part 1)
SQL interview questions and answers | Entry level data analyst interview
SQL interview Questions and Answers | Frequently asked SQL interview questions | Sql Mock Interview
Real Data Science SQL Interview Questions and Answers # 1 | Data Science Interview Questions
SQL Server Interview Questions and Answers :- What to prepare ?
SQL Query to Calculate The Difference Between Two Dates? SQL Interview Questions And Answers #SQL
SQL Interview Questions And Answers | SQL Interview Preparation | SQL Training | Simplilearn
SQL Interview Questions and Answers for Beginners | Data Analyst Interview Questions
5 Best SQL Websites to Practice n Learn Interview Questions for FREE
TOP 10 SQL Interview Questions & Answers | Freshers & Experienced Candidates | Crack Intervi...
TCS SQL Real Interview BY TCS Team! SQL Interview Questions and Answers | TCS Ninja Hiring
SQL Interview Question: Find the Last Record in a Table (SOLVED!)
Top 40 SQL Interview Questions | SQL Interview Questions And Answers | SQL Training | Simplilearn
SQL interview question | Challenge yourself | SoftwaretestingbyMKT | Interview Preparation on SQL
Data Analyst SQL Interview Question | Window Functions | Moving Average #sqlinterview #dataanalysis
81 Find second highest salary from employee table using SQL? #interviewquestions #javaprogramming
Комментарии