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 |
Name the three major set of files on disk that compose a database in Oracle?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
Who i will insert 1 lacks record in a Database table
Describe an oracle table?
How can you Enforce Referential Integrity in snapshots ?
Explain the use of control file?
what is candidate key & super key
what is the difference between table and veiw?
What is difference between cartesian join and cross join?
Is there any function in oracle similar like group_concat of mysql?
What is the fastest query method to fetch data from the table?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?