I’m migrating a database to Oracle, where the word “DATE” is reserved.
What alternative can i use? Which one do you guys use?
Thanks
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.
You can associate the date column name with the item it’s connected. Let’s say you have a table with invoices, your date column could be named
invoice_dateorinvoice_dat.For me, this looks very good to read and it makes statements with join operations a bit more readable.