What does seeding a database mean?



What does seeding a database mean?..

Answer / Mohit Kumar Srivastava

Seeding a database refers to the process of initially populating it with data. In SQL, this is often done by creating and running an SQL script containing INSERT statements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what are the demerits of sql?

1 Answers  


What is a record in a database?

1 Answers  


What is identity column in sql server?

1 Answers  


Why schema is used in sql?

1 Answers  


What is the difference between local and global temporary table?

1 Answers  


how to drop an existing table in mysql? : Sql dba

1 Answers  


How exception handling is done in advance pl/sql?

1 Answers  


How do I run a sql query in pgadmin 4?

1 Answers  


package specification-3 procedures package body-2 procedures will is execute

2 Answers   PWC,


What is flag in sql?

1 Answers  


How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).

2 Answers   IBM,


What is the difference between function, procedure and package in pl/sql?

1 Answers  


Categories