a) enter into D (a, b, c);
b) insert into D values (a, b, c);
c) insert into D (a, b, c);
d) insert (a, b, c) values into D;
What is the syntax to load data into the database? (Consider D as the database and a, b, c as data)
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the syntax to load data into the database? (Consider D as the database and a, b, c as data)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!