This Question is Answered 

    I Need The Explanation About Stored Procedure And SQL Tutorial. Can You Help?

    I need the explanation about stored procedure And sql tutorial also Please help...

    asked 4 months ago

    Can't find what you're looking for?

    Ask a Question, Get an Answer ASAP


    Date | Rating

    Answers


    Well dear!
    It is one of the most interesting and widely discussed topics all over the world. You can even get its online tutorial and can learn SQL. I suggest you a link where you can complete details of it and please click on the link to get information:
    Complete explanation of SQL

    answered 4 months ago   

    New Comment

    1000 words left


      Stored procedures are a set of SQL statements that can be stored in a database server and invoked at any time.  You would use stored procedures when you have certain functions you would perform more than once.  For example, if you want to query a database for data that will fill up a report that you run every day, instead of running a bunch of SQL statements to get the data each time you want the data for this report, you could create a stored procedure that would save all the SQL statements you use to get that data.  You could then call the stored procedure and get the data without having the rewrite the SQL statements each time you want to get the data.
       
      SQL is Structured Query Language.  Check the link that Jannifer gave to learn more about SQL.
       
      Good luck.

      answered 4 months ago   

      New Comment

      1000 words left

      Categories

      What is Blurtit ?

      Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.

      Ask a Question.