What is schema?
Answers were Sorted based on User's Feedback
Answer / md qaiser alam
schema is the active directries service it contain
informetion of active directries services like user,group,ou
whrer is created.
| Is This Answer Correct ? | 10 Yes | 38 No |
How to drop an existing view in oracle?
How to create tables for odbc connection testing?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How to open a cursor variable?
What is logical backup in oracle?
Explain oracle 12c new features for developers?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
Explain what does a control file contain?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What are the different types of database objects?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
What is a table index?