Explain the Relational Data model with example. O R Write SQL DDL commands to execute the following task with reference to the schema given below:…
Class 12 Computer Science · 2080 · Solved Question with Answer
Explain the Relational Data model with example.
OR
Write SQL DDL commands to execute the following task with reference to the schema given below:
student_info (regno as integer, name as character (25), class integer, gender character (1), address character (25).
