Oralce-SQL/PLSQL MCQ with Answers SET - 1
1. SQL stands for…..
Explain:- The SQL stands for Structured Query Language and it is also called as Structured and Query Language
Blogger quiz code
2. DDL Stands for…….
Explain:- The DDL is Data Definition Language used to define the table structure
Blogger quiz code
3. Which of the following are DDL Queries
Explain:- The DDL statements are Create, Alter, Drop
Blogger quiz code
4. How to display table structure
Explain:- The structure of table is displayed with DESC Tablename query
Blogger quiz code
5. What will be the output of given query: Select * from Tablename
Explain:- because query is not terminated with semicolon(;)
6. Drop query is used to ….
Explain:- The Drop query is used to drop or delete table permanently from the database
7. Which keyword is used to display the structure of table…….
Explain:- Desc Keyword is used to display the structure of Created table
8.Which of the following syntax is correct
Explain:- Desc Student is the correct syntax to describe the structure of table
9. The table structure is defined with the help of ….. query or keyword
Explain:- The create keyword or Create query is used to create the table or define the structure of table
10. ADBMS stands for…
Explain:- ADBMS stands for Advanced Database Management System
11. What are the DDL Statements in Oracle
Explain:- Create, Alter, Drop are the statements used to define and modify or delete the structure of table
12. What are the DML Statements in Oracle
Explain:- Insert, Update,Delete are the statements used to define and modify or delete the structure of table
13. What the following query will return: Insert Into Student Values(1,’Sakshi’,’BCAII’,’A’);
Explain:- The given query will return one row table
14. Select correct alternative for given query: Create employee (empid varchar(4), empname varchar(15));
Explain:- The syntax is wrong, Table keyword is missing so it will show error
15. What is correct syntax for Delete table permanently from database
Explain:- To remove table permanently from database Drop Table Tablename; query is used
0 टिप्पण्या
कृपया तुमच्या प्रियजनांना लेख शेअर करा आणि तुमचा अभिप्राय जरूर नोंदवा. 🙏 🙏