What is deterministic in mysql?



What is deterministic in mysql?..

Answer / Girijesh Singh

In MySQL, a function or expression is considered deterministic if it produces the same results for the same input data at each invocation. In other words, they always produce the same result given the same arguments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are HEAP tables in MySQL?

1 Answers  


How to get full name of monthname ?

4 Answers  


What is difference between mysql and mariadb?

1 Answers  


How can I insert images into a Mysql database?

1 Answers  


What is identity in mysql?

1 Answers  


What is information_schema in mysql?

1 Answers  


What is mvcc in mysql?

1 Answers  


What is mysql connector used for?

1 Answers  


What is pdo :: fetch_assoc?

1 Answers  


How do I setup mysql?

1 Answers  


How to write optimized query in mysql?

1 Answers  


How many tables we can create in mysql database?

1 Answers  


Categories