SQL | Create and Execute Dynamic SQL Query | SQL Injection

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 20

  • @amukelaniebenezer406
    @amukelaniebenezer406 ปีที่แล้ว +1

    Thank you for the video. Love the content.

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

    Thank you for another useful video. Maybe in the future you will do another videos regarding dynamic Sql.Please.

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

    very well explained.

  • @Beyondhorizons-i5z
    @Beyondhorizons-i5z ปีที่แล้ว

    Awesome

  • @ilovebaking-v2v
    @ilovebaking-v2v 5 หลายเดือนก่อน

    Dynamic SQL is SQL query that is executed at runtime.
    I hope the following is not a silly question. But when is it that we need this functionality ? i.e., when do we need some codes to be executed at runtime ?

    • @Olly434
      @Olly434 26 วันที่ผ่านมา

      Think of user input. Maybe they’re a user with an account that’s looking for his or her grades for the semester. User inputs would be name, password. Maybe later it asks year, semester etc etc. it’s useful for when you want the user to input specific parameters

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

    Show one example how to create tables dynamically in sql

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

    In the statement "execute sp_executesql", should I assume that you've already created a Stored Procedure beforehand with the name "sp_executesql"?

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

      sp_executesql is if i m not wrong by default in Sql Server.

    • @LearnatKnowstar
      @LearnatKnowstar  ปีที่แล้ว +2

      sp_executesql is a system stored procedure available by default in SQL Server.

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

    PCS global tech brought me here XD

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

    Hi i want to learn sql from scratch will u help me on that

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

      Sure. Please Stay tuned for a beginners SQL tutorial coming soon!