1 / 3

Learn The Best Oracle Interview Questions 2018

If you're looking for Oracle PL SQL Interview Questions for Experienced or Freshers, you are at right place. Mindmajix offers Advanced Oracle PL SQL Interview Questions 2018 that helps you in cracking your interview & acquire dream career as Oracle PL SQL Developer.

Télécharger la présentation

Learn The Best Oracle Interview Questions 2018

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Q. What is SQL and also describe types of SQL statements? • SQL stands for Structured Query Language. SQL is a language used to communicate with the server to access, manipulate and control data. • There are 5 different types of SQL statements. • Data Retrieval: SELECT • Data Manipulation Language (DML): INSERT, UPDATE, DELETE, MERGE • Data Definition Language (DDL): CREATE, ALTER, DROP, RENAME, TRUNCATE. • Transaction Control Statements: COMMIT, ROLLBACK, SAVEPOINT • Data Control Language (DCL): GRANT, REVOKE

  2. 2. What is an alias in SQL statements? • Alias is a user-defined alternative name given to the column or table. By default column alias headings appear in upper case. Enclose the alias in a double quotation marks (“ “) to make it case sensitive. “AS” Keyword before the alias name makes the SELECT clause easier to read. • For ex: Select empname AS name from employee; (Here AS is a keyword and “name” is an alias).

  3. For more interview questions • If you're looking for Oracle PL SQL Interview Questions for Experienced or Freshers, you are at right place • Mindmajix offers Advanced Oracle PL SQL Interview Questions 2018 that helps you in cracking your interview & acquire dream career as Oracle PL SQL Developer.

More Related