Inserting multiple rows in a table automatically
Hello everyone,
A question about SQL/PLSQL.
I have a homework to create a table in SQL and to insert 10,000 rows in the table regardless of what the values are. The question is: is there a way (like a PLSQL code that has a loop) to inserts values in a table automatically without the need to insert the values 10,000 times manually?
I really appreciate it and thanks in advance...