SQL | Create and Execute Dynamic SQL Query | SQL Injection

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 20

  • @amukelaniebenezer406
    @amukelaniebenezer406 2 роки тому +1

    Thank you for the video. Love the content.

  • @ilovebaking-v2v
    @ilovebaking-v2v 7 місяців тому

    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 2 місяці тому

      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

  • @Knowledgegreenone
    @Knowledgegreenone Рік тому

    Show one example how to create tables dynamically in sql

  • @florincopaci6821
    @florincopaci6821 2 роки тому

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

  • @kristyowens2284
    @kristyowens2284 2 роки тому

    very well explained.

  • @riddlex
    @riddlex 2 роки тому

    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 2 роки тому

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

    • @LearnatKnowstar
      @LearnatKnowstar  2 роки тому +2

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

  • @Beyondhorizons-i5z
    @Beyondhorizons-i5z 2 роки тому

    Awesome

  • @davidfeagins7692
    @davidfeagins7692 Рік тому

    PCS global tech brought me here XD

  • @bulletwithsimba2380
    @bulletwithsimba2380 2 роки тому

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

    • @LearnatKnowstar
      @LearnatKnowstar  2 роки тому

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