What Kind of Reality Check Do I Need Quiz
Q&A for How to Create a Database in MySQL
Coming soon
Search
-
QuestionWhat are the basics of MySQL?Community Answer(1) Getting started with MySQL; (2) querying data; (3) filtering data; (4) sorting data; (5) joining tables; (6) grouping data; (7) MySQL sub query; (8) using set operators; (9) modifying data in MySQL; (10) MySQL transaction; (11) managing MySQL databases and tables; (12) MySQL indexes; (13) MySQL data types; 14. MySQL constraints; (15) MySQL globalization; (16) MySQL import and export.
-
QuestionHow do I create a new database and place that database in a specific directory location?Community Answerin 'phpmyadmin,' create a database with its table name and put it in a php directory.
-
QuestionHow do I use Oracle in a database?Community AnswerOracle is a type of database, not something you use in a database. The cost of an Oracle database instance is generally $100,000 per core (that's a processor). To get started using Oracle, go to Oracle.com.
-
QuestionCan MySQL work in Windows 10?Community AnswerYes. If you search the web, you will find many guides that are detailed enough to get you going.
-
QuestionWhat is the difference between creating a database on the command line and a formal PHPmyAdmin?Community AnswerThe real difference is that PHPmyAdmin does the work for you and is a huge security hole.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit