SQL Practice Quiz SQL Basic Quiz – Lecture 1 Amit S January 19, 2021 No Comments Hi Students, ***Kindly Give your Mail id to submit the Quiz**** : Welcome to your SQL Quiz 1 Which SQL statement is used to fetch the records from database?SELECTUPDATEINSERTMERGE In which oracle version PL SQL has launched?Oracle 11 GOracle 6Oracle 7Oracle 19 C What is mean by C in oracle 12 C version?CloudCardCartCAR Which version of Oracle accepts XML files?Oracle 9iOracle 11gOracle 19cOracle 18i which oracle version is worlds first autonomous database?Oracle 11gOracle 12 COracle 19cOracle 6 What is not use of SQL?Data manipulationData EntryApplication DesignAdding business logic What is Data?Collection of InformationPieces of InformationNone of aboveOption 1 and option 2 Which of the following is not data definition language(DDL)?Add description here!CreateAlterDropUpdate Which of the following is transactional control language?SelectGrantRollbackRevoke What is correct SQL Select statement?Select * from Hr.Employee;Select from employee *;Select Employee from *;Show Employees from Table; Time is Up!