What command makes database table without views and controll
What command makes database table without views and controllers:
Question 5 options:
Controller
Scaffold
View
Model
| Controller | |
| Scaffold | |
| View | |
| Model | 
Solution
We can create database table without views and controllers using
1. View command.
2. Model command

