SlideShare a Scribd company logo
1 of 2
1. What is the difference between TRUNCATE and DELETE commands?
2. Which system table contains information on constraints on all the tables created ?
3. Explain normalization?
4. types of SQL functions
5. WHAT OPERATOR PERFORMS PATTERN MATCHING?
6. What is database?
7. How can i hide a particular table name of our schema
8. How do I eliminate the duplicate rows ?
9.How do I display row number with records?
10.Find out nth highest salary from emp table
11.Display Odd/ Even number of records
12. WHAT IS A INLINE VIEW
13. Which date function returns number value?
14. What are the more common pseudo-columns?
15. What is a relational database management system?
16. State the difference between a primary key and foreign key?
17. What is a synonym?
18. What is a view?
19. What is a schema?
20. What is a join, explain the types of joins?
21. What command is used to get back the privileges offered by the GRANT command?
22. What command is used to create a table by copying the structure of another table?
23. How can variables be passed to a SQL routine?
24. What is the use of the DROP option in the ALTER TABLE command?
25. What is a Cartesian product?
26. What is the usage of SAVEPOINTS, COMMIT, ROLLBACK?
27. What is difference between CHAR and VARCHAR2? What is the maximum SIZE allowed for each
type?
28. How many LONG columns are allowed in a table? Is it possible to use LONG columns in WHERE
clause or ORDER BY?
29. Can a view be updated/inserted/deleted? If Yes – under what conditions?
30. What are the advantages of VIEW?
31. How can I find the total number of records in a table?
32. How can you compare a part of the name rather than the entire name?
33.What is GROUP BY?
34. How can I change my Oracle password?

More Related Content

Viewers also liked

Viewers also liked (11)

Sql queries
Sql queriesSql queries
Sql queries
 
DBMS lab manual
DBMS lab manualDBMS lab manual
DBMS lab manual
 
Sql queires
Sql queiresSql queires
Sql queires
 
Dbms lab questions
Dbms lab questionsDbms lab questions
Dbms lab questions
 
DBMS Practical File
DBMS Practical FileDBMS Practical File
DBMS Practical File
 
Best sql plsql material
Best sql plsql materialBest sql plsql material
Best sql plsql material
 
Online Hotel Room Booking System
Online Hotel Room Booking SystemOnline Hotel Room Booking System
Online Hotel Room Booking System
 
Sql ppt
Sql pptSql ppt
Sql ppt
 
A must Sql notes for beginners
A must Sql notes for beginnersA must Sql notes for beginners
A must Sql notes for beginners
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answers
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 

Similar to Sql test paper

Sql interview questions_for_fresher
Sql interview questions_for_fresherSql interview questions_for_fresher
Sql interview questions_for_fresherMYTHILIKRISHNAN4
 
Indows soft solutions experience 2 years in my sql
Indows soft solutions experience 2 years in my sqlIndows soft solutions experience 2 years in my sql
Indows soft solutions experience 2 years in my sqlIndows Soft Solutions
 
Best Pl/sql SQL Interview Questions
Best Pl/sql SQL Interview QuestionsBest Pl/sql SQL Interview Questions
Best Pl/sql SQL Interview QuestionsAshwani Pandey
 
Top 50 oracle interview questions and answers
Top 50 oracle interview questions and answersTop 50 oracle interview questions and answers
Top 50 oracle interview questions and answersNIKUL GOYAL
 
Indows soft solutions technical questions for 1 year experience in mysql
Indows soft solutions technical questions for 1 year experience in mysqlIndows soft solutions technical questions for 1 year experience in mysql
Indows soft solutions technical questions for 1 year experience in mysqlIndows Soft Solutions
 
Axapta interview questions
Axapta interview questionsAxapta interview questions
Axapta interview questionsKD420
 
Informatica interview db questions
Informatica interview  db questionsInformatica interview  db questions
Informatica interview db questionsSairam Telidevara
 
SQL interview questions for experience
SQL interview questions for experienceSQL interview questions for experience
SQL interview questions for experienceMYTHILIKRISHNAN4
 
ordbms.ppt
ordbms.pptordbms.ppt
ordbms.pptHODCA1
 
C faqs interview questions placement paper 2013
C faqs interview questions placement paper 2013C faqs interview questions placement paper 2013
C faqs interview questions placement paper 2013srikanthreddy004
 
Sql interview-book
Sql interview-bookSql interview-book
Sql interview-bookVipul Wankar
 
Sql interview-book
Sql interview-bookSql interview-book
Sql interview-bookVipul Wankar
 

Similar to Sql test paper (20)

Sql interview questions_for_fresher
Sql interview questions_for_fresherSql interview questions_for_fresher
Sql interview questions_for_fresher
 
Indows soft solutions experience 2 years in my sql
Indows soft solutions experience 2 years in my sqlIndows soft solutions experience 2 years in my sql
Indows soft solutions experience 2 years in my sql
 
Best Pl/sql SQL Interview Questions
Best Pl/sql SQL Interview QuestionsBest Pl/sql SQL Interview Questions
Best Pl/sql SQL Interview Questions
 
Top 50 oracle interview questions and answers
Top 50 oracle interview questions and answersTop 50 oracle interview questions and answers
Top 50 oracle interview questions and answers
 
Ora faq
Ora faqOra faq
Ora faq
 
Ora faq
Ora faqOra faq
Ora faq
 
MSSQL_Book.pdf
MSSQL_Book.pdfMSSQL_Book.pdf
MSSQL_Book.pdf
 
Interview Questions.pdf
Interview Questions.pdfInterview Questions.pdf
Interview Questions.pdf
 
Oracle qstns
Oracle qstnsOracle qstns
Oracle qstns
 
Viva voce
Viva voceViva voce
Viva voce
 
Indows soft solutions technical questions for 1 year experience in mysql
Indows soft solutions technical questions for 1 year experience in mysqlIndows soft solutions technical questions for 1 year experience in mysql
Indows soft solutions technical questions for 1 year experience in mysql
 
Axapta interview questions
Axapta interview questionsAxapta interview questions
Axapta interview questions
 
Informatica interview db questions
Informatica interview  db questionsInformatica interview  db questions
Informatica interview db questions
 
SQL interview questions for experience
SQL interview questions for experienceSQL interview questions for experience
SQL interview questions for experience
 
ordbms.ppt
ordbms.pptordbms.ppt
ordbms.ppt
 
C faqs interview questions placement paper 2013
C faqs interview questions placement paper 2013C faqs interview questions placement paper 2013
C faqs interview questions placement paper 2013
 
Sql interview-book
Sql interview-bookSql interview-book
Sql interview-book
 
Sql interview-book
Sql interview-bookSql interview-book
Sql interview-book
 
Top 20 basic SQL Q&A.pdf
Top 20 basic SQL Q&A.pdfTop 20 basic SQL Q&A.pdf
Top 20 basic SQL Q&A.pdf
 
C
CC
C
 

Sql test paper

  • 1. 1. What is the difference between TRUNCATE and DELETE commands? 2. Which system table contains information on constraints on all the tables created ? 3. Explain normalization? 4. types of SQL functions 5. WHAT OPERATOR PERFORMS PATTERN MATCHING? 6. What is database? 7. How can i hide a particular table name of our schema 8. How do I eliminate the duplicate rows ? 9.How do I display row number with records? 10.Find out nth highest salary from emp table 11.Display Odd/ Even number of records 12. WHAT IS A INLINE VIEW 13. Which date function returns number value? 14. What are the more common pseudo-columns? 15. What is a relational database management system? 16. State the difference between a primary key and foreign key? 17. What is a synonym? 18. What is a view? 19. What is a schema? 20. What is a join, explain the types of joins? 21. What command is used to get back the privileges offered by the GRANT command? 22. What command is used to create a table by copying the structure of another table?
  • 2. 23. How can variables be passed to a SQL routine? 24. What is the use of the DROP option in the ALTER TABLE command? 25. What is a Cartesian product? 26. What is the usage of SAVEPOINTS, COMMIT, ROLLBACK? 27. What is difference between CHAR and VARCHAR2? What is the maximum SIZE allowed for each type? 28. How many LONG columns are allowed in a table? Is it possible to use LONG columns in WHERE clause or ORDER BY? 29. Can a view be updated/inserted/deleted? If Yes – under what conditions? 30. What are the advantages of VIEW? 31. How can I find the total number of records in a table? 32. How can you compare a part of the name rather than the entire name? 33.What is GROUP BY? 34. How can I change my Oracle password?