GeekInterview.com
  I am new, Sign me up!
 

Oracle SQL FAQ


Oracle SQL FAQ

Questions: 202
Comments: 670
 Oracle SQL FAQ Tags
 Showing Questions 71-80 of 203 Questions
<< Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>
 Sponsored Links

 
 Oracle SQL FAQ
Sorting Options :  

How to add a primary key to a table that is not having any primary key?How to display the Date of birth from a table in the dd-mm-yyyy format?

What is Locking? Explain types of Locking? Explain example of Locking? What is database link? Explain types of database link? Explain example of database link?
Read Answers (1) | Asked by : shailendra tawde

Latest Answer: To process an SQL statement, a DBMS performs the following five steps: The DBMS first parses the SQL statement. It breaks the statement up into individual words, called tokens, makes sure that the statement has a valid verb and valid clauses, and so on. ...
Read Answers (1) | Asked by : prashant yavadruth

Latest Answer:   hi,select sno,sname,(case  when total>50then 'good'when total>35 and total
Read Answers (2) | Asked by : Rajat Awasthi

Latest Answer:  SELECT BYTES/1024     FROM DBA_EXTENTS  WHERE OWNER = 'SCOTT'       AND SEGMENT_NAME = 'EMP';  This will return you size of table in Kilo Bytes.  User is Scott and Table ...
Read Answers (1) | Asked by : Sreenivas

A table has one varchar2, one clob, one blob data typeHow many segment will be created in the table?
View Question | Asked by : sthitapragnya


I tried "truncate table cascadebut I got the error storage keyword is missing (says either drop storage or reuse storage) Can any one help me out. 
Latest Answer: if u want to delete a table with constraints i think u need to first disable the constraints on the table and the use truncate table ;alter table disable constraint primary key cascade; ...
Read Answers (1) | Asked by : vijay

If your answer is yes, explain the steps. 
Latest Answer: Yes we can.create or replace trigger trg_testbefore insert on empbeginnull;end;create synonym trg_syn for trg_test; ...
Read Answers (1) | Asked by : mohan

For example::In a table Table1, I want 2 make the column "Column1" as primary key and I want the first letter must start with 'S' 
Latest Answer: i guess it would work if u  add a check constraint as follows:constraint check (column1 like 's%'); ...

View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape