- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Environmental Science
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to insert date in SQL ?
If the RDBMS is MYSQL, this is how we can insert date:
INSERT INTO tablename (col_name, col_date) VALUES (‘DATE: Manual Date’, ‘2020-9-10’);
- Related Questions & Answers
- How to insert multiple rows in SQL ?
- What is PL/SQL ?
- What is SQL server ?
- What is join in SQL ?
- What is Primary Key in SQL ?
- What is Normalization in SQL ?
- What is OLTP ?
- How do I view tables in SQL ?
- How to insert date in SQL ?
- What are the types of SQL Queries ?
- What is a trigger in SQL ?
- What is a schema in SQL ?
- What are Nested Triggers ?
- How to delete a table in SQL ?
- What is a unique key in SQL ?
- How to Create a Table in SQL – Postgres and MySQL Example Query
Advertisements
ads