It Practical Session 2
It Practical Session 2
1. Tables:
2. Views:
3. Indexes:
4. Stored Procedures:
5. Functions:
6. Triggers:
Definition: SQL code that automatically executes in response to
certain events on a particular table or view (e.g., insert, update,
delete).
Purpose: Enforce data integrity, audit changes, and implement
complex business rules.
7. Sequences:
8. Synonyms:
9. Schemas:
10. Constraints:
SECOND STEP- Now, Set the Field Types and Formats of your table.
THIRD STEP After setting the field types, Set the Primary Key of your
table.
FOURTH STEP- Lastly, Click on the Finish button to create your table.
After clicking on the Finish Button, A Table Data View window will
appear showing our created table.
We can observe in the above that the Field Types that we have
selected in the second step are being displayed there, and the Contact
ID is shown as the Primary Key, which we have performed in the third
step.
6. Click on the table ‘CUSTOMERS’, now we can see the table that we
have made through DDL COMMANDS.