correct answerInsert appropriate keyword to complete the query?INSERT INTO EmployeeRecord ________(18321 , Ravi ,100000);OptionsTableRelationValuesField
Question
correct answerInsert appropriate keyword to complete the query?INSERT INTO EmployeeRecord ________(18321 , Ravi ,100000);OptionsTableRelationValuesField
Solution
The correct keyword to complete the query is "Values". So, the completed query would be:
INSERT INTO EmployeeRecord VALUES(18321 , Ravi ,100000);
Similar Questions
ct the correct answerInsert appropriate keyword to complete the query?INSERT INTO EmployeeRecord ________(18321 , Ravi ,100000);
Choose the correct answerA ________ in a table represents a relationship among a set of values.OptionsColumnRowEntryKey
Select the correct answer__________ is a specific domain in the relation which has entries of all tuples.OptionsAttributeDomainRowRecordSet
Which SQL statement is used to insert data into a table?OptionsINSERTADD DATAINSERT INTOUPDATE
Choose the correct answerA relational database consists of a collection ofOptionsTablesKeysFieldsRecords
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.