What are programming functions?



What are programming functions?..

Answer / Niraj Kumar Srivastav

Programming functions (also known as procedures or subroutines) are reusable blocks of code that perform a specific task. They can accept arguments, return values, and often simplify complex operations by breaking them down into smaller, manageable parts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can mysql handle billions of records?

1 Answers  


Is mysql distributed?

1 Answers  


How do I optimize a selected query in mysql?

1 Answers  


explain GROUPBY & HAVING clause with examples.

1 Answers  


how to Return total number of rows.

1 Answers  


How many rows can mysql handle?

1 Answers  


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  


What is 1nf 2nf 3nf?

1 Answers  


How do I start mysql manually?

1 Answers  


I have two sql database at different PC.how can link b/w database and database tables.

2 Answers  


What is the difference between now() and current_date()?

1 Answers  


How MySQL is different from SQL?

17 Answers   HCL, IBM,


Categories