BANSODE TECH SOLUTION
BANSODE TECH SOLUTION
  • 385
  • 122 657
SQL Query Interview Questions 30 | To remove the duplicate records from the student table
SQL Query Interview Questions 30 | To remove duplicate records from the student table
th-cam.com/video/U3516tn-8kY/w-d-xo.html
#question #interview #interviewquest #sqlinterviewquestionsandanswers
#sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #multiple #multipleinsert #insert #record
Question:- Write an SQL query to insert multiple records from existing data
Answer:-
WITH CTE AS (
select STUDENT_ID,
ROW_NUMBER() OVER (PARTITION BY STUDENT_ID ORDER BY STUDENT_ID) AS ROW_NUM
from student
)
DELETE FROM CTE WHERE ROW_NUM greater than 1
#Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading th-cam.com/users/AjUpgradingBANSODETECHSOLUTION
SQL Query Interview Questions PLAYLIST
th-cam.com/play/PLHeKsaIQNmlpu_Uof6c6_P29dBhU09gf7.html
#Subscribe the Channel Link :- #bansodetechsolution #ajupgrading
th-cam.com/users/AjUpgradingBANSODETECHSOLUTION
If you have any Query or Doubts DM me on #instagram:- #bansode_ajay_2102
bansode_ajay_2102?r=nametag
@AjUpgradingBANSODETECHSOLUTION
LinkedIn Profile
www.linkedin.com/in/aj-upgrading-bansode-tech-solution-0a99657a
Link for slides, code samples, and text version of the video #blogger
bansodetechsolution.blogspot.com
มุมมอง: 134

วีดีโอ

SQL Query Interview Questions 29 | To insert multiple records from existing data
มุมมอง 28วันที่ผ่านมา
SQL Query Interview Questions 29 | To insert multiple records from existing data th-cam.com/video/TJLymWGdIOc/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #multiple #multipleinsert #insert #record Question:- Write an SQL query to insert multiple records from existing data Answer:- in...
Part 3 | Changing Layout Background color on Button Click | Android Studio
มุมมอง 28วันที่ผ่านมา
Part 3 | Changing Layout BackgroundColor on Button Click | Android Studio th-cam.com/video/Gi-6nGJ8alQ/w-d-xo.html GitHub link github.com/BansodeTechSolution/p3colorchangingactivity.git #android #studio #layoutcolor #androidapp #application #apk #github #gitchange #gitproject #gitcode #color #Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading th-cam.com/users/AjUpgradingBANSODETE...
Part 2 | Take Input From User And Display Number is Even or Odd | Android Studio
มุมมอง 37วันที่ผ่านมา
Part 2 | Take Input From User And Display Number is Even or Odd Application | Android Studio th-cam.com/video/46_SlvugtWo/w-d-xo.html GitHub link github.com/BansodeTechSolution/evenoddapplicationAndroid.git #android #studio #evenodd #androidapp #application #apk #github #gitchange #gitproject #gitcode #Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading th-cam.com/users/AjUpgradin...
Part 1 | How To Create First Hello World Application | Android Studio
มุมมอง 136วันที่ผ่านมา
Part 1 | How To Create First Hello World Application | Android Studio th-cam.com/video/PJA6H-5sYh0/w-d-xo.html GitHub link github.com/BansodeTechSolution/HelloWorldApplication.git #android #studio #helloworld #firstandroidapp #application #apk #github #gitchange #gitproject #gitcode #Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading th-cam.com/users/AjUpgradingBANSODETECHSOLUTIO...
SQL RESULT EXPORT TO TEXT, GRID, AND FILE IN SQL SERVER MANAGEMENT STUDIO 2022
มุมมอง 3114 วันที่ผ่านมา
SQL RESULT EXPORT TO TEXT, GRID, AND FILE IN SQL SERVER MANAGEMENT STUDIO 2022 th-cam.com/video/IE04_gMAPWw/w-d-xo.html #SQL #EXPORT #result #TEXT #GRID #file #rpt #SSMS #SSMS #2k25 #Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading th-cam.com/users/AjUpgradingBANSODETECHSOLUTION #Subscribe the Channel Link :- #bansodetechsolution #ajupgrading th-cam.com/users/AjUpgradingBANSODE...
DIFFERENT WAYS OF RENDERING PARTIAL VIEW IN MVC CORE WEB APPLICATION | Part 6 | Visual Studio 22
มุมมอง 1614 วันที่ผ่านมา
DIFFERENT WAYS OF RENDERING PARTIAL VIEW IN MVC CORE WEB APPLICATION | Part 6 | Visual Studio 22 th-cam.com/video/AQTMxen4m9c/w-d-xo.html There are 3 different ways of rendering a partial view. 1. Partial:- Example:- @Html.Partial("_studentTable") 2. Render partial :- Example:- @{ Html.RenderPartial("_studentTable"); } 3. Action:- Example:- @{ @Html.ActionLink("Click for Student Table", "Studen...
SQL Query Interview Questions 28 | To show the last record from a table.
มุมมอง 1914 วันที่ผ่านมา
SQL Query Interview Questions 28 | To show the last record from a table. th-cam.com/video/TkTlp6di7vo/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #numberofpeople #record Question:- Write an SQL query to show the last record from a table. Answer 1:- SELECT top 1 * FROM Student Order ...
SQL Query Interview Questions 27 | To list STUDENT_ID who does not get a Scholarship.
มุมมอง 1614 วันที่ผ่านมา
SQL Query Interview Questions 27 | To list STUDENT_ID who does not get a Scholarship. th-cam.com/video/yeKFF2yniDY/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #numberofpeople #record Question:- Write an SQL query to list STUDENT_ID who does not get a Scholarship. Answer :- SELECT ST...
SQL Query Interview Questions 26 | To show one row twice in results from a Student table.
มุมมอง 1914 วันที่ผ่านมา
SQL Query Interview Questions 26 | To show one row twice in results from a Student table. th-cam.com/video/tBm8vj_SBzg/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #numberofpeople #record Question:- Write an SQL query to show one row twice in results from a Student table. Answer :- S...
Showing Data in List or Table Format IN MVC CORE WEB APPLICATION | Part 5 | Visual Studio 22
มุมมอง 1314 วันที่ผ่านมา
Showing Data in List or Table Format IN MVC CORE WEB APPLICATION | Part 5 | Visual Studio 22 th-cam.com/video/OW9N2lnX8kY/w-d-xo.html To show data in a list or table format in an ASP.NET Core MVC web application, you can follow these steps: Step 1: Set Up Your Model Create a model class that represents the data structure you want to display. Step 2: Create a Data Source You can use a database o...
SQL Query Interview Questions 25 | To show all MAJOR subjects along with the no of people in there
มุมมอง 1014 วันที่ผ่านมา
SQL Query Interview Questions 25 | To show all MAJOR subjects along with the no of people in there th-cam.com/video/8tWZG3L51do/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #numberofpeople #record Question:- Write an SQL query to show all MAJOR subject along with the number of people...
SQL Query Interview Questions 24 | Write an SQL query to fetch the first 50% of records from a table
มุมมอง 4414 วันที่ผ่านมา
SQL Query Interview Questions 24 | Write an SQL query to fetch the first 50% of records from a table. th-cam.com/video/Iu_nQ3aYy8A/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #50percentoff #record Question:- Write an SQL query to fetch the first 50% records from a table. Answer :- w...
SQL Query Interview Questions 23 | To show the second highest GPA from a Student using sub-query
มุมมอง 2214 วันที่ผ่านมา
SQL Query Interview Questions 23 | To show the second highest GPA from a Student using sub-query th-cam.com/video/be-LNDvRFNE/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #subquery #students #hightest #highestGPA #Gpa #secondhighest Question:- Write an SQL query To show the second-highest GPA from a Stu...
SQL Query Interview Questions 22 | To determine the nth (say n=5) highest GPA from a table.
มุมมอง 3514 วันที่ผ่านมา
SQL Query Interview Questions 22 | To determine the nth (say n=5) highest GPA from a table. th-cam.com/video/FdZKcn97ad0/w-d-xo.html #question #interview #interviewquest #sqlinterviewquestionsandanswers #sqlinterview #sqlinterviewquestions #sqlservertutorial #orderby #orderbydesc #students #top5 #toprecord #top5 #limit #limit5 #limitnextup #hightest #highestGPA #Gpa Question:- Write an SQL quer...
SQL Query Interview Questions 21 | To show the top 5 records of Student order by descending GPA
มุมมอง 1314 วันที่ผ่านมา
SQL Query Interview Questions 21 | To show the top 5 records of Student order by descending GPA
SQL Query Interview Questions 20 | List Students and Their Scholarship Details (Including NULL)
มุมมอง 1714 วันที่ผ่านมา
SQL Query Interview Questions 20 | List Students and Their Scholarship Details (Including NULL)
SQL Query Interview Questions 19 | Write an SQL query to show only even rows from Student table.
มุมมอง 1214 วันที่ผ่านมา
SQL Query Interview Questions 19 | Write an SQL query to show only even rows from Student table.
SQL Query Interview Questions 18 | Write an SQL query to show only odd rows from Student table.
มุมมอง 1414 วันที่ผ่านมา
SQL Query Interview Questions 18 | Write an SQL query to show only odd rows from Student table.
SQL Query Interview Questions 17 | Display the details of students who have received scholarships
มุมมอง 2414 วันที่ผ่านมา
SQL Query Interview Questions 17 | Display the details of students who have received scholarships
SQL Query Interview Questions 16 | To fetch no. of Students for MAJOR subject in descending order.
มุมมอง 2514 วันที่ผ่านมา
SQL Query Interview Questions 16 | To fetch no. of Students for MAJOR subject in descending order.
SQL Query Interview Questions 15 | To fetch Students' full names with GPAs between 8.5 and 9.5.
มุมมอง 5414 วันที่ผ่านมา
SQL Query Interview Questions 15 | To fetch Students' full names with GPAs between 8.5 and 9.5.
SQL Query Interview Questions 14|To fetch the count of Student having Major Subject Computer Science
มุมมอง 2614 วันที่ผ่านมา
SQL Query Interview Questions 14|To fetch the count of Student having Major Subject Computer Science
SQL Query Interview Questions 13 | To print details whose GPA lies between 9.00 and 9.99.
มุมมอง 1814 วันที่ผ่านมา
SQL Query Interview Questions 13 | To print details whose GPA lies between 9.00 and 9.99.
SQL Query Interview Questions 12(1)| To print details whose end with ‘a’ and contains six alphabets
มุมมอง 13414 วันที่ผ่านมา
SQL Query Interview Questions 12(1)| To print details whose end with ‘a’ and contains six alphabets
SQL Query Interview Questions 12 | To print details whose end with ‘a’ and contains six alphabets.
มุมมอง 3214 วันที่ผ่านมา
SQL Query Interview Questions 12 | To print details whose end with ‘a’ and contains six alphabets.
SQL Query Interview Questions 11 | To print details of the Students whose FIRST_NAME ends with 'a'.
มุมมอง 1614 วันที่ผ่านมา
SQL Query Interview Questions 11 | To print details of the Students whose FIRST_NAME ends with 'a'.
SQL Query Interview Questions 10 | To print details excluding FIRST_NAME as 'Prem' and 'Shivansh'
มุมมอง 1714 วันที่ผ่านมา
SQL Query Interview Questions 10 | To print details excluding FIRST_NAME as 'Prem' and 'Shivansh'
SQL Query Interview Questions 9 | to print details with the FIRST_NAME as 'Prem' and 'Shivansh'
มุมมอง 1414 วันที่ผ่านมา
SQL Query Interview Questions 9 | to print details with the FIRST_NAME as 'Prem' and 'Shivansh'
SQL Query Interview Questions 8 | Order by FIRST_NAME Ascending and MAJOR Subject descending
มุมมอง 1814 วันที่ผ่านมา
SQL Query Interview Questions 8 | Order by FIRST_NAME Ascending and MAJOR Subject descending

ความคิดเห็น

  • @hendoitechnologies
    @hendoitechnologies 2 วันที่ผ่านมา

    please improve video quality not visible clearly

    • @bansode_tech_solution
      @bansode_tech_solution 2 วันที่ผ่านมา

      Ok.can you check video resolution when playing on TH-cam .

  • @hendoitechnologies
    @hendoitechnologies 2 วันที่ผ่านมา

    Sir.kindly post Android app building videos like this regularly in English..or English subtitle we don't know Hindi..for beginners

  • @theoraj1665
    @theoraj1665 13 วันที่ผ่านมา

    Nice

  • @priyankapatil-r8s
    @priyankapatil-r8s 18 วันที่ผ่านมา

    Plase make vedio on dashboard

    • @bansode_tech_solution
      @bansode_tech_solution 18 วันที่ผ่านมา

      ping me on WhatsApp for details discussion (8080349018)

    • @bansode_tech_solution
      @bansode_tech_solution 18 วันที่ผ่านมา

      Can u elaborate on what is required in the dashboard

  • @priyankapatil-r8s
    @priyankapatil-r8s 18 วันที่ผ่านมา

    Nice video

  • @yashghadge3394
    @yashghadge3394 หลายเดือนก่อน

    Very helpful 😀 Thanks 🙏

  • @amitgaud1706
    @amitgaud1706 หลายเดือนก่อน

    Md Siraj 😮

  • @KhushiKhan-fiiak
    @KhushiKhan-fiiak 2 หลายเดือนก่อน

    Outstanding explanation, Sir ! Such valuable knowledge shared -thank you !

  • @KhushiKhan-fiiak
    @KhushiKhan-fiiak 2 หลายเดือนก่อน

    Sir you make learning enjoyable and engaging!

  • @KhushiKhan-fiiak
    @KhushiKhan-fiiak 2 หลายเดือนก่อน

    It was so well-structured and easy to follow.

  • @KhushiKhan-fiiak
    @KhushiKhan-fiiak 2 หลายเดือนก่อน

    Thank you for such an informative video.

  • @vicky093
    @vicky093 3 หลายเดือนก่อน

    Toolbox me button aur sb item show nhi ho rha h kase hoga

    • @bansode_tech_solution
      @bansode_tech_solution หลายเดือนก่อน

      screen shot share kr shkte ho kya? 8080349018 Whatsapp number pe

  • @elizagarcia7797
    @elizagarcia7797 3 หลายเดือนก่อน

    I barely understand a bit so please try to add some subtitles.

  • @erramy
    @erramy 3 หลายเดือนก่อน

    Nice video

  • @jaiminpatel2307
    @jaiminpatel2307 3 หลายเดือนก่อน

    bhai apki teaching skills achi haa bus mic better ho saktha ha and btw apki ppt be achi haa and samj ma ati haa

    • @bansode_tech_solution
      @bansode_tech_solution 3 หลายเดือนก่อน

      Ha.. abhi upgrade kiya hai.. cloud computing sabhi video firse banane wala hu

  • @deepknowledge1957
    @deepknowledge1957 4 หลายเดือนก่อน

    Cs1729

    • @bansode_tech_solution
      @bansode_tech_solution 4 หลายเดือนก่อน

      Compiler Error CS1729 th-cam.com/video/IBDlE32rZLY/w-d-xo.html

  • @user-uf5xn2ls5k
    @user-uf5xn2ls5k 4 หลายเดือนก่อน

    Java application to demonstrate on JPA

  • @user-uf5xn2ls5k
    @user-uf5xn2ls5k 4 หลายเดือนก่อน

    Practical number 10

  • @PritamHake
    @PritamHake 4 หลายเดือนก่อน

    Hiii sir

    • @PritamHake
      @PritamHake 4 หลายเดือนก่อน

      Laptop me 2010 visual Studio set up kaise create kiyee

    • @bansode_tech_solution
      @bansode_tech_solution 4 หลายเดือนก่อน

      Ye video dekho th-cam.com/video/XzktzZctAGU/w-d-xo.html

    • @bansode_tech_solution
      @bansode_tech_solution 4 หลายเดือนก่อน

      Ye video dekho th-cam.com/video/XzktzZctAGU/w-d-xo.html

  • @user-uf5xn2ls5k
    @user-uf5xn2ls5k 5 หลายเดือนก่อน

    How to download code

    • @bansode_tech_solution
      @bansode_tech_solution 5 หลายเดือนก่อน

      kindly use this link to download all practical in rar zip folder drive.google.com/file/d/1USOuuyOQD1Q-W8XGPOR5kL1xjI9iTIAC/view?usp=sharing sorry for delay

  • @ranjeetbadhe
    @ranjeetbadhe 5 หลายเดือนก่อน

    He doesnt know what he is talking about

    • @bansode_tech_solution
      @bansode_tech_solution 5 หลายเดือนก่อน

      can you send timelapes. which point i didnt explain properly.

  • @songsremixz885
    @songsremixz885 5 หลายเดือนก่อน

    Great brother 👏

  • @jyothipriyaranga
    @jyothipriyaranga 6 หลายเดือนก่อน

    Plz provide ppt link

    • @bansode_tech_solution
      @bansode_tech_solution 6 หลายเดือนก่อน

      Wait for end of day

    • @bansode_tech_solution
      @bansode_tech_solution 5 หลายเดือนก่อน

      docs.google.com/presentation/d/1vzAreNazG_B-scdXnxIPlxmq8zkp671A/edit?usp=drive_link&ouid=105458724710095672638&rtpof=true&sd=true

  • @thedarkb9
    @thedarkb9 6 หลายเดือนก่อน

    Thanks sir 😇

  • @r.ksingh9198
    @r.ksingh9198 6 หลายเดือนก่อน

    Pata ni ye kya aur kyu bata reha tha

    • @bansode_tech_solution
      @bansode_tech_solution 6 หลายเดือนก่อน

      Simply add using system and resolve that error.. (Namespace is missing) But other things to explain the scenario how this error is occurring.

  • @Airtel098
    @Airtel098 6 หลายเดือนก่อน

    Data base management system bhi teach karo please FYIT

    • @bansode_tech_solution
      @bansode_tech_solution 5 หลายเดือนก่อน

      DBMS (DATABASE MANAGEMENT SYSTEM) th-cam.com/play/PLHeKsaIQNmlrQQMRo8m1R3RWom9mwUzq0.html

  • @Airtel098
    @Airtel098 6 หลายเดือนก่อน

    Office tool data management subject ke videos upload karo please New syllabus FYIT

    • @bansode_tech_solution
      @bansode_tech_solution 6 หลายเดือนก่อน

      Mail the syllabus and related documents on bansodetechsolution@gmail.com

    • @Airtel098
      @Airtel098 6 หลายเดือนก่อน

      @@bansode_tech_solution syllabus nahi hai mere paas

    • @bansode_tech_solution
      @bansode_tech_solution 6 หลายเดือนก่อน

      Ok.me check krta hu

  • @shaikhbadsha8169
    @shaikhbadsha8169 6 หลายเดือนก่อน

    Notes sir

  • @Mihikasareescollection-kj5pv
    @Mihikasareescollection-kj5pv 6 หลายเดือนก่อน

    Very useful 😊 thank you sir

  • @akashdave3468
    @akashdave3468 6 หลายเดือนก่อน

    Please give your contact details i need help on xen server

  • @yuvarajcena26
    @yuvarajcena26 7 หลายเดือนก่อน

    Make more videos

  • @pgclips9527
    @pgclips9527 8 หลายเดือนก่อน

    Make video on DSA JAVA

  • @pgclips9527
    @pgclips9527 8 หลายเดือนก่อน

    Masta❤

  • @rehmanshaikh6772
    @rehmanshaikh6772 8 หลายเดือนก่อน

    nice explanation with example Sir....

  • @narsimharao8669
    @narsimharao8669 8 หลายเดือนก่อน

    where i can find program.cs file

  • @_Voyzer_
    @_Voyzer_ 9 หลายเดือนก่อน

    gosh, I don`t understand what are you saying, but I understand what are you saying

  • @Wbmxlr8
    @Wbmxlr8 10 หลายเดือนก่อน

    Hello sir, TH-cam just recommended your video on cloud computing, it's nice to see that your videos are short and to the point no idhar udhar ki baat. Please make a series on AI& ML.

  • @mw1076
    @mw1076 10 หลายเดือนก่อน

    From which book these ppt slides are made of? If you can answer me!😊

    • @bansode_tech_solution
      @bansode_tech_solution 10 หลายเดือนก่อน

      Kindy Check description book link is available

    • @mw1076
      @mw1076 10 หลายเดือนก่อน

      ​@@bansode_tech_solutioncheers buddy.😊

  • @maulikpatel6685
    @maulikpatel6685 10 หลายเดือนก่อน

    Hello sir please make a full video on this project….i have to submit on 11/03/24…..please sir

  • @viju_the_solution
    @viju_the_solution 10 หลายเดือนก่อน

    we want null along with all data and if id is null then show blank or N/A Can you please give me this query

    • @bansode_tech_solution
      @bansode_tech_solution 10 หลายเดือนก่อน

      watch this video th-cam.com/video/hgsZZ_fgADo/w-d-xo.html

  • @sushantsanas4508
    @sushantsanas4508 11 หลายเดือนก่อน

    Registrations nhi ho raha hai. Kya problem hai

  • @somnathbansode9765
    @somnathbansode9765 11 หลายเดือนก่อน

    👍

  • @rehmanshaikh6772
    @rehmanshaikh6772 ปีที่แล้ว

    Nice explanation with the example sir... hope you will continue the same in the future... @BANSODE TECH SOLUTION..

  • @SRINUSRI-fl8tq
    @SRINUSRI-fl8tq ปีที่แล้ว

    Bro your voice is not so clear try to tell in understandable way

  • @ZulekhaSayed-i4q
    @ZulekhaSayed-i4q ปีที่แล้ว

    Nice❤

  • @shivamraut8943
    @shivamraut8943 ปีที่แล้ว

    Sir please make video on cloud formation

    • @bansode_tech_solution
      @bansode_tech_solution ปีที่แล้ว

      I can't understand.can you explain , what the mean of cloud formation?

  • @aliensoul7600
    @aliensoul7600 ปีที่แล้ว

    thank you bro. ❤

  • @mdfarid4020
    @mdfarid4020 ปีที่แล้ว

    Thanks bhai ❤

  • @udaythanki-y3o
    @udaythanki-y3o ปีที่แล้ว

    where to get the source code of this project sir ?

    • @bansode_tech_solution
      @bansode_tech_solution ปีที่แล้ว

      No..i need some time to create detail part or components wise video for better understanding

  • @mosmeepardeshi4430
    @mosmeepardeshi4430 ปีที่แล้ว

    How install s/w