Can we create a table in mysql that limited to only one record.
E.g.: to enter interest rate. There should be only one record.
Can we create a table in mysql that limited to only one record. E.g.:
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Alternative option: why don’t you keep the interest rate by date?
That way you even have the history of interest rates available, no need to restrict the amount of rows, and you still get the limit of one interest rate per day.