write the SQL syntax to make a database namely sample1. also tell which keyboard key is used to run a program in SQL
Answers
Answered by
1
Answer:
the syntax goes as:
sreate database sample1;
and the keyboard key is semicolon or ;
Similar questions